Re: question about tabs on notebook

2007-02-26 Thread shawn bright
> > http://www.micahcarrick.com | http://www.gtkforums.com > > shawn bright wrote: > > Hello there all, > > > > i am using GTK and glade to create a front end to our data engine. > > The thing is, it uses a notebook with 4 tabs. Is there any way I can > > change th

question about tabs on notebook

2007-02-24 Thread shawn bright
Hello there all, i am using GTK and glade to create a front end to our data engine. The thing is, it uses a notebook with 4 tabs. Is there any way I can change the order of tabs ? i would really like tab 2 to show up first when the program is run. thanks for any tips. shawn _

Re: Using the combobox

2006-08-28 Thread shawn bright
Hey, i know this wasn't my question, but i appreciate the answer. i get the same confusion over how glade did this. Thanks shawn On 8/28/06, Tristan Van Berkom <[EMAIL PROTECTED]> wrote: > > Steven Boyls wrote: > > I'm using Glade to design a front-end for my application. My question is > > how

Re: how to clear out a ComboBoxEntry

2006-08-18 Thread shawn bright
It does help, thanks. No need for me to persue this on a more difficult plane than necessary. thanks shawn On 8/18/06, Iago Rubio <[EMAIL PROTECTED]> wrote: > > On Thu, 2006-08-17 at 12:22 -0400, shawn bright wrote: > > Hey there, > > i am using pygtk to build an a

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-devel