[LCP]Gnome Menu Question

David Lloyd lloy0076 at adam.com.au
Tue Feb 4 18:23:01 UTC 2003


I have the following structures:


[lloy0076 at linux lloy0076]$ ssh gw fetchmail
fetchmail: another foreground fetchmail is running at 4371.
#include "local.h"

GnomeUIInfo new_submenu[]=
{
    GNOMEUIINFO_ITEM_NONE("_Bug", NULL, NULL),
    GNOMEUIINFO_ITEM_NONE("_Suggestion", NULL, NULL),
    GNOMEUIINFO_ITEM_NONE("_Comment", NULL, NULL),
    GNOMEUIINFO_END
};

GnomeUIInfo new_filemenu[]=
{
    GNOMEUIINFO_MENU_NEW_SUBTREE(new_submenu),
    GNOMEUIINFO_MENU_EXIT_ITEM(gtk_main_quit, NULL),
    GNOMEUIINFO_SEPARATOR,
    GNOMEUIINFO_END
};

GnomeUIInfo main_menu[]=
{
    GNOMEUIINFO_MENU_FILE_TREE(new_filemenu),
    GNOMEUIINFO_END
};


...however the GNOMEUIINFO_SEPARATOR isn't showing in the menus...anyone
seen this prob before?


DSL



More information about the linuxCprogramming mailing list