|
GnuCash c935c2f+
|
Per-window private data for this plugin. More...
Data Fields | |
| GHashTable * | item_hash |
| The menu/toolbar action information associated with a specific window. | |
| GHashTable * | build_menu_hash |
| GMenu * | report_menu |
| GMenu * | sub_menu |
Per-window private data for this plugin.
This plugin is unique in that it manages its own menu items.
Definition at line 72 of file gnc-plugin-menu-additions.c.
| GHashTable* GncPluginMenuAdditionsPerWindow::build_menu_hash |
Definition at line 78 of file gnc-plugin-menu-additions.c.
| GHashTable* GncPluginMenuAdditionsPerWindow::item_hash |
The menu/toolbar action information associated with a specific window.
This plugin must maintain its own data because of the way the menus are currently built.
Definition at line 77 of file gnc-plugin-menu-additions.c.
| GMenu* GncPluginMenuAdditionsPerWindow::report_menu |
Definition at line 79 of file gnc-plugin-menu-additions.c.
| GMenu* GncPluginMenuAdditionsPerWindow::sub_menu |
Definition at line 80 of file gnc-plugin-menu-additions.c.