RE: GtkComboBox question

2006-12-21 Thread Russell Markus
True True 40 1 2 1 2

Re: GtkComboBox question

2006-12-20 Thread Tony Freeman
On Tue, 2006-12-19 at 16:21 -0800, Russell Markus wrote: > I am trying to work on an application which has a combo box. I want to > restrict the user to values that are included in the drop down list only. > My thought was to prevent the user from editing the value in the entry box, > but I can't

Re: GtkComboBox question

2006-12-19 Thread wallace . owen
On Wed, 2006-12-20 at 02:31 +0200, Paul Pogonyshev wrote: > Russell Markus wrote: > > I am trying to work on an application which has a combo box. I want to > > restrict the user to values that are included in the drop down list only. > > My thought was to prevent the user from editing the value i

Re: GtkComboBox question

2006-12-19 Thread Paul Pogonyshev
Russell Markus wrote: > I am trying to work on an application which has a combo box. I want to > restrict the user to values that are included in the drop down list only. > My thought was to prevent the user from editing the value in the entry box, > but I can't seem to find a way to do this. > >