ComboBoxEntry

2007-10-01 Thread brad smith
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

Re: how to clear out a ComboBoxEntry

2006-08-18 Thread shawn bright
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

Re: how to clear out a ComboBoxEntry

2006-08-18 Thread Iago Rubio
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

how to clear out a ComboBoxEntry

2006-08-17 Thread shawn bright
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