Re: GtkOptionMenu menu is invisible



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]