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
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/