Re: [gtk-list] Re: combo box events
- From: Damon Chaplin <damon karuna freeserve co uk>
- To: ex-freek apathy findhere com
- CC: gtk-list redhat com
- Subject: Re: [gtk-list] Re: combo box events
- Date: Mon, 12 Jul 1999 12:41:35 +0100
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]