Re: Setting ComboBox Uneditable
- From: Giovanni Manenti <linux euromatic-automazione it>
- To: Andy Grebe <andyg apogeelabs com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Setting ComboBox Uneditable
- Date: Thu, 24 Feb 2005 08:19:15 +0100
On Tue, 22 Feb 2005 07:44:20 -0500, Andy Grebe <andyg apogeelabs com> wrote:
Hi,
I'm trying to make the combo box uneditable. It looks like it would
have a GtkEntry as part of the struct, but I can't seem to find it in
the header to set that uneditable.
Thanks,
Andy Grebe
Try this
gtk_editable_set_editable(GTK_EDITABLE(GTK_COMBO(Combo)->entry),FALSE);
Giovanni
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]