On Wed, 6 Sep 2000, Nils Rennebarth wrote:
> Is there a widget that looks like the combo box but only allows the user to
> select from the list, not to type in her own entry?
This should be enough:
gtk_entry_set_editable(GTK_ENTRY(GTK_COMBO(combo_box)->entry),FALSE);
Jim
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
- Combo widget with no user input? Nils Rennebarth
- Re: Combo widget with no user input? Jan Jirmasek
- Re: Combo widget with no user input? Oliver Elphick
- Re: Combo widget with no user input? Diego Zuccato
