GNOMEUIINFO_MENU_HELP_TREE



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]