Re: Setting ComboBox Uneditable

2005-02-24 Thread Carlo Agrusti
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

Re: Setting ComboBox Uneditable

2005-02-23 Thread Giovanni Manenti
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

Re: Setting ComboBox Uneditable

2005-02-23 Thread Antonio Gomes
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