|
append_text is simply a helper function -- you can do something like
this instead (known to work with Glade widgets): combobox.get_model().append(["text to append -- notice list form"]) I'm not sure why setting the model doesn't work, but the above should. Phillip Calvin Rob Marino wrote:
|
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
