Re: GtkOptionMenu menu is invisible
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: GtkOptionMenu menu is invisible
- Date: Sun, 21 Oct 2001 00:31:10 +0100
menuItem = gtk_menu_item_new_with_label (modeName);
gtk_menu_append(newModeMenu, menuItem);
g_free (modeName);
I might be wrong, but it seems that you
free the actual label, so GTK will find
probably 0 when running and will put a
"tiny little square" because there's
nothing there to show!
Carlos
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]