John Finlay wrote:
Timo wrote:
I made a GUI with Glade, but since Glade freezes when trying to enter items to a combobox, I want to try it through my Python-script.
But what is the best/easiest way to do this?
Check out:

http://pygtk.org/pygtk2tutorial/sec-ComboBoxAndComboboxEntry.html

Or use Kiwi which provides a couple of subclasses adding a prefill() method,
which is demonstrated here:

http://www.async.com.br/projects/kiwi/example-personalinformation.html

Johan
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to