GnuCash
5.6-150-g038405b370+
|
Per-window private data for this plugin. More...
Data Fields | |
GHashTable * | item_hash |
The menu/toolbar action information associated with a specific window. More... | |
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::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.