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: Using the combobox

2006-08-28 Thread Tristan Van Berkom
Steven Boyls wrote: > I'm using Glade to design a front-end for my application. My question is > how to I get the answer from > the combobox? The gtk documentation for the functions that I'm trying to > use tell me that I can only use these > functions if the combobox was created using gtk_combo_

Using the combobox

2006-08-28 Thread Steven Boyls
I'm using Glade to design a front-end for my application. My question is how to I get the answer from the combobox? The gtk documentation for the functions that I'm trying to use tell me that I can only use these functions if the combobox was created using gtk_combo_box_new_text(). Well, if I'm