GNOMEUIINFO_MENU_HELP_TREE
- From: Martin Oberzalek <oberzalek chello at>
- To: gnome-devel-list gnome org
- Subject: GNOMEUIINFO_MENU_HELP_TREE
- Date: Wed, 1 Mar 2000 09:00:21 +0100
I created a menu with the GNOMEUINFO structures:
static GnomeUIInfo app_menu[]=
{
GNOMEUIINFO_MENU_EXIT_ITEM (quit_app, NULL),
GNOMEUIINFO_END
};
static GnomeUIInfo help_menu[]=
{
GNOMEUIINFO_MENU_ABOUT_ITEM (about, NULL),
GNOMEUIINFO_END
};
static GnomeUIInfo menu[]=
{
GNOMEUIINFO_SUBTREE ( N_("_App"), app_menu),
GNOMEUIINFO_MENU_HELP_TREE (help_menu),
GNOMEUIINFO_END
};
all works fine, but the help tree won't be displayed at the right side of
the window:
( App Help )
But not
( App Help )
(At the GtkItemfactory I can use the "<LastBranch>" type.)
How can I fix that?
--
Gruß King Leo
------------------------
| (__) (__) (__) |
| ( oo (oo) oo ) |
| /\_| /\/\ |_/\ |
------------------------
| The Cow is with me |
------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]