Python GTK adding signal to a combo box

Posted by zfranciscus on Stack Overflow See other posts from Stack Overflow or by zfranciscus
Published on 2010-04-24T17:59:45Z Indexed on 2010/04/24 18:03 UTC
Read the original article Hit count: 182

Filed under:
|

Hi,

I create a combo box using PyGTK:

fileAttrCombo = gtk.ComboBox(); 

I want to attach a signal handler for this combo box. This signal handler handles when user change selection in the combo box.

What is be the best approach to do this ?

© Stack Overflow or respective owner

Related posts about python

Related posts about beginner