GnuCash
5.6-150-g038405b370+
|
Functions providing menu items from scheme code. More...
#include "gnc-plugin.h"
Go to the source code of this file.
Macros | |
#define | GNC_TYPE_PLUGIN_MENU_ADDITIONS (gnc_plugin_menu_additions_get_type ()) |
#define | GNC_PLUGIN_MENU_ADDITIONS_NAME "gnc-plugin-menu-additions" |
Functions | |
GncPlugin * | gnc_plugin_menu_additions_new (void) |
Create a new menu_additions plugin. More... | |
Functions providing menu items from scheme code.
The GncPluginMenuAdditions code handles menu/toolbar actions that come from the Scheme side of Gnucash. It is responsible for adding these actions to any new window that is opened. This code does not use the base object code to automatically handle these functions, but performs them manually.
Definition in file gnc-plugin-menu-additions.h.