|
GnuCash c935c2f+
|
Files | |
| file | gnc-plugin-account-tree.c |
| Provide the menus to create a chart of account page. | |
| file | gnc-plugin-account-tree.h |
| Provide the menus to create a chart of account page. | |
| file | gnc-plugin-basic-commands.c |
| Functions providing a basic set of menu items. | |
| file | gnc-plugin-basic-commands.h |
| Functions providing a basic set of menu items. | |
Data Structures | |
| struct | _GncPluginAccountTree |
| The instance data structure for an account tree menu plugin. More... | |
| struct | _GncPluginBasicCommands |
| The instance data structure for an basic commands menu plugin. More... | |
Macros | |
| #define | PLUGIN_ACTIONS_NAME "gnc-plugin-account-tree-actions" |
| #define | PLUGIN_UI_FILENAME "gnc-plugin-account-tree.ui" |
| #define | GNC_TYPE_PLUGIN_ACCOUNT_TREE (gnc_plugin_account_tree_get_type ()) |
| #define | GNC_PLUGIN_ACCOUNT_TREE_NAME "gnc-plugin-account-tree" |
| #define | PLUGIN_ACTIONS_NAME "gnc-plugin-basic-commands-actions" |
| #define | PLUGIN_UI_FILENAME "gnc-plugin-basic-commands.ui" |
| #define | GNC_TYPE_PLUGIN_BASIC_COMMANDS (gnc_plugin_basic_commands_get_type ()) |
| #define | GNC_PLUGIN_BASIC_COMMANDS_NAME "gnc-plugin-basic-commands" |
Functions | |
| GncPlugin * | gnc_plugin_account_tree_new (void) |
| Create a new account tree menu plugin. | |
| GncPlugin * | gnc_plugin_basic_commands_new (void) |
| Create a new basic commands menu plugin. | |
| #define GNC_PLUGIN_ACCOUNT_TREE_NAME "gnc-plugin-account-tree" |
Definition at line 47 of file gnc-plugin-account-tree.h.
| #define GNC_PLUGIN_BASIC_COMMANDS_NAME "gnc-plugin-basic-commands" |
Definition at line 46 of file gnc-plugin-basic-commands.h.
| #define GNC_TYPE_PLUGIN_ACCOUNT_TREE (gnc_plugin_account_tree_get_type ()) |
Definition at line 44 of file gnc-plugin-account-tree.h.
| #define GNC_TYPE_PLUGIN_BASIC_COMMANDS (gnc_plugin_basic_commands_get_type ()) |
Definition at line 43 of file gnc-plugin-basic-commands.h.
| #define PLUGIN_ACTIONS_NAME "gnc-plugin-account-tree-actions" |
Definition at line 49 of file gnc-plugin-account-tree.c.
| #define PLUGIN_ACTIONS_NAME "gnc-plugin-basic-commands-actions" |
Definition at line 98 of file gnc-plugin-basic-commands.c.
| #define PLUGIN_UI_FILENAME "gnc-plugin-account-tree.ui" |
Definition at line 50 of file gnc-plugin-account-tree.c.
| #define PLUGIN_UI_FILENAME "gnc-plugin-basic-commands.ui" |
Definition at line 99 of file gnc-plugin-basic-commands.c.
| GncPlugin * gnc_plugin_account_tree_new | ( | void | ) |
Create a new account tree menu plugin.
Definition at line 79 of file gnc-plugin-account-tree.c.
| GncPlugin * gnc_plugin_basic_commands_new | ( | void | ) |
Create a new basic commands menu plugin.
Definition at line 187 of file gnc-plugin-basic-commands.c.