GnuCash
4.11-6-gd65b1226c7+
|
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"
#include "dialog-find-account.h"
Go to the source code of this file.
Data Structures | |
struct | GncPluginAccountTreePrivate |
The instance private data structure for an account tree plugin. More... | |
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) ((GncPluginAccountTreePrivate*)g_type_instance_get_private((GTypeInstance*)o, GNC_TYPE_PLUGIN_ACCOUNT_TREE)) |
Functions | |
GncPlugin * | gnc_plugin_account_tree_new (void) |
Create a new account tree menu plugin. More... | |
Provide the menus to create a chart of account page.
Definition in file gnc-plugin-account-tree.c.