Re: Combo widget with no user input?



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






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]