[pygtk] Populate Glade combobox in Python-script

2008-04-16 Thread Timo
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? Timo ___ pygtk mailing list pygtk@daa.com.au

Re: [pygtk] Populate Glade combobox in Python-script

2008-04-16 Thread John Finlay
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 John

Re: [pygtk] Populate Glade combobox in Python-script

2008-04-16 Thread Johan Dahlin
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