[Glade-users] one more question about the ComboBoxEntry (simple)
Damon Chaplin
damon at karuna.uklinux.net
Sun Oct 16 15:30:32 EDT 2005
On Sat, 2005-10-15 at 19:52 -0500, nephish wrote:
> Must be the day for comboboxentry questions, eh Andy?
> i have one more, really simple.
>
> this is from the pygtk reference
> "The gtk.combo_box_entry_new_text() function is a convenience function
> which constructs a new gtk.ComboBoxEntry"
>
> i am using glade to build the gui part of this, so if i call this, will
> it create another comboboxentry? or can i use the append_text() with the
> one i placed on the gui with glade?
It would create a new comboboxentry.
I think append_text() will work. If not you'll just have to create your
own model and use that.
Damon
More information about the Glade-users
mailing list