Re: Proper size for an OptionMenu



Felix Braun <Felix Braun mail McGill ca> writes:
>    menuItem = gtk_menu_item_new_with_label("ytest");

Add gtk_widget_show (menuItem) here. It's a workaround for a weird GTK
bug.

>    gtk_menu_append(GTK_MENU(menu), menuItem);

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]