pygtk combobox 'changed' does not work

Posted by joven on Stack Overflow See other posts from Stack Overflow or by joven
Published on 2010-05-07T08:48:25Z Indexed on 2010/05/07 8:58 UTC
Read the original article Hit count: 143

Filed under:
|

I'm using pygtk then i used gtk.Combobox when i try to connect on chenged event its working but when i try to select an item that is already selected the changed method does not triggered since the selection does not changed..

so my question is how to connect the changed event even thought the selection does not changed tnx in advance

© Stack Overflow or respective owner

Related posts about gtk

Related posts about combobox