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
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"