GnuCash
5.6-150-g038405b370+
|
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 | _GncPluginAccountTree |
The instance data structure for an account tree menu plugin. More... | |
Macros | |
#define | PLUGIN_ACTIONS_NAME "gnc-plugin-account-tree-actions" |
#define | PLUGIN_UI_FILENAME "gnc-plugin-account-tree.ui" |
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.