e_menu_add_items —
void * e_menu_add_items ( | emp, | |
| items, | ||
| uifiles, | ||
| pixmaps, | ||
| freefunc, | ||
data); |
| EMenu * | emp; |
| GSList * | items; |
| GSList * | uifiles; |
| GSList * | pixmaps; |
| EMenuItemsFunc | freefunc; |
| void * | data; |
An initialised EMenu.
A list of EMenuItems or derived structures defining a group of menu items for this menu.
A list of EMenuUIFile objects describing all ui files associated with the items.
A list of EMenuPixmap objects describing all pixmaps associated with the menus.
If supplied, called when the menu items are no longer needed.
user-data passed to freefunc and activate callbacks.