|
GnuCash
2.6.99
|
Provide the menus to create a chart of account page. More...
#include "config.h"#include <gtk/gtk.h>#include <glib/gi18n.h>#include <string.h>#include "gnc-plugin-account-tree.h"#include "gnc-plugin-page-account-tree.h"Go to the source code of this file.
Data Structures | |
| struct | GncPluginAccountTreePrivate |
Macros | |
| #define | PLUGIN_ACTIONS_NAME "gnc-plugin-account-tree-actions" |
| #define | PLUGIN_UI_FILENAME "gnc-plugin-account-tree-ui.xml" |
| #define | GNC_PLUGIN_ACCOUNT_TREE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GNC_TYPE_PLUGIN_ACCOUNT_TREE, GncPluginAccountTreePrivate)) |
Typedefs | |
| typedef struct GncPluginAccountTreePrivate | GncPluginAccountTreePrivate |
Functions | |
| GType | gnc_plugin_account_tree_get_type (void) |
| GncPlugin * | gnc_plugin_account_tree_new (void) |
Provide the menus to create a chart of account page.
Definition in file gnc-plugin-account-tree.c.
1.8.6