Name
struct _EPopupHookMenu —
Synopsis
struct _EPopupHookMenu {
struct _EPopupHook * hook;
char * id;
int target_type;
GSList * items;
}; Members
- hook
Parent pointer.
- id
The identifier of the menu to which these items belong.
- target_type
The target number of the type of target these menu
items expect. It will generally also be defined by the menu id.
- items
A list of EPopupItems.
Description
The structure used to keep track of all of the items that a plugin
wishes to add to a given menu. This is used internally by a factory
method set on EPlugin to add the right menu items to a given menu.
Description
The structure used to keep track of all of the items that a plugin
wishes to add to a given menu. This is used internally by a factory
method set on EPlugin to add the right menu items to a given menu.