Re: uimanager popup problem...

2006-08-03 Thread Tomasz Jankowski
Hi! You can not display menu using gtk_widget_show_all (). To do it you mus use gtk_menu_popup (), more information and examples are in GTK+'s documentation: http://developer.gnome.org/doc/API/2.0/gtk/GtkMenu.html tomcio ___ gtk-app-devel-list mailing

uimanager popup problem...

2006-08-02 Thread Enrico
Hi at all! I've tried to make a popup menu with uimanager but it doesn't show nothing...where is the mistake? This is part of the code... static const char *ui_description = "" " " " " " " " " ""; static const GtkActionEntry entries[] = { { "MainMenu", NULL, "_File" }, { "Open"