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_editable(GTK_EDITABLE(GTK_COMBO(Combo)->entry),FALSE);


Giovanni _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to