Re: menu separator (hard way)



A few days ago (Fri,31 Jul 1998), Erik Greenwald wrote:

> 
> just add a null item to the menu...
> 
>         menu_item=gtk_menu_item_new();
>         gtk_menu_append(GTK_MENU(file_sub_menu),menu_item);
>         gtk_widget_show(menu_item);
> 
> that's for "the hard way", for the menufactory, there's stuff in the faq
> 


-- 
Marc
** ERROR **: sigsegv caught



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