Re: Setting ComboBox Uneditable



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]