Hello everyone,
I am trying to populate a combobox entry. I cant seem to find any
examples for C. I just want to add some entry's to the box?
Thanks in advance,
Brad
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/m
pp.
> > i am using a gtk ComboBoxEntry with the convienence methods
> > like insert_text() , remove_text()
> > Does anyone know how to completely empty one out ?
> > ie, remove all entries at once ?
>
> If you're using those calls, your combo box uses a list store a
On Thu, 2006-08-17 at 12:22 -0400, shawn bright wrote:
> Hey there,
> i am using pygtk to build an app.
> i am using a gtk ComboBoxEntry with the convienence methods
> like insert_text() , remove_text()
> Does anyone know how to completely empty one out ?
> ie, remove all ent
Hey there,
i am using pygtk to build an app.
i am using a gtk ComboBoxEntry with the convienence methods
like insert_text() , remove_text()
Does anyone know how to completely empty one out ?
ie, remove all entries at once ?
thanks
shawn
___
gtk-app