Andy Grebe ha scritto lo scorso 22/02/2005 13:44:
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.
GtkComboBox *does not* have an editable entry, so there is no need t
On Tue, 22 Feb 2005 07:44:20 -0500, Andy Grebe <[EMAIL PROTECTED]> 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_ed
Is it not enought
gtk_function_that_set_uneditable (GTK_COMBO(combo)->entry, FALSE);
;)
??
Best Regards ...
On Tue, 22 Feb 2005 07:44:20 -0500, Andy Grebe <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to make the combo box uneditable. It looks like it would
> have a GtkEntry as part of th