RE: GtkComboBox question

2006-12-21 Thread Russell Markus
@gnome.org Subject: Re: GtkComboBox question 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

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

GtkComboBox question

2006-12-19 Thread Russell Markus
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. I am running Fedora Core 6, and

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. I am

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 in the