[pygtk] Glade and GtkComboBox

Frédéric frederic.mantegazza at gbiloba.org
Mon Jul 14 17:38:07 WST 2008


I found this old post, without answer:

> Hello everyone, I'm new to DaniWeb and a sort of beginner at Python. I've
> created a GUI in Python using Glade and GTK and I have two questions. I'm
> having trouble with comboboxes. Particularly with entering data into a 
> combo box from Python. I've tried the following....
> 
> myCombo = self.wTree.get_widget('comboboxentry') 
> myCombo.append_text('blah blah blah') 
> 
> to no avail... apparently you have to first do gtk.combo_box_new_text() 
> before you can append text. Is this possible when using Glade to
> construct my GUI?

Does anybody have a solution to that problem?

Thanks,

-- 
    Frédéric

    http://www.gbiloba.org


More information about the pygtk mailing list