Re: [gtk-list] Re: combo box events



Bob P wrote:

> What i'd really like to do is capture events from the
> dropdown menu, and make the entry either uneditable or
> have autocompletion.  That way the user _must_ select
> something predefined.

You could try:

  gtk_combo_set_value_in_list (GTK_COMBO (combo), TRUE, FALSE);

but I'm not sure exactly what that does.

I use this as well:

  gtk_entry_set_editable (GTK_ENTRY (GTK_COMBO (combo)->entry), FALSE);


Damon



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