struct _EMenuHookMenu — A group of items targetting a specific menu.
struct _EMenuHookMenu {
struct _EMenuHook * hook;
char * id;
int target_type;
GSList * items;
GSList * uis;
GSList * pixmaps;
}; Parent pointer.
The identifier of the menu or view to which these items belong.
The target number of the type of target these menu items expect. This will be defined by menu itself.
A list of EMenuItems.
A list of filenames of the BonoboUI files that need to be loaded for an active view.
A list of EMenuHookPixmap structures for the menus.