| 
    GnuCash
    5.6-150-g038405b370+
    
   | 
 
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... | |
Functions | |
| GncPlugin * | gnc_plugin_account_tree_new (void) | 
| Create a new account tree menu plugin.  More... | |
| GncPlugin * | gnc_plugin_basic_commands_new (void) | 
| Create a new basic commands menu plugin.  More... | |
| 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.
 1.8.14