[pygtk] Populate Glade combobox in Python-script
Johan Dahlin
jdahlin at async.com.br
Thu Apr 17 06:27:47 WST 2008
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
More information about the pygtk
mailing list