GnuCash
5.6-150-g038405b370+
|
Functions providing a chart of account page. More...
Go to the source code of this file.
Data Structures | |
struct | GncPluginPageAccountTree |
struct | GncPluginPageAccountTreeClass |
Macros | |
#define | GNC_TYPE_PLUGIN_PAGE_ACCOUNT_TREE (gnc_plugin_page_account_tree_get_type ()) |
#define | GNC_PLUGIN_PAGE_ACCOUNT_TREE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_PLUGIN_PAGE_ACCOUNT_TREE, GncPluginPageAccountTree)) |
#define | GNC_PLUGIN_PAGE_ACCOUNT_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_PLUGIN_PAGE_ACCOUNT_TREE, GncPluginPageAccountTreeClass)) |
#define | GNC_IS_PLUGIN_PAGE_ACCOUNT_TREE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_PLUGIN_PAGE_ACCOUNT_TREE)) |
#define | GNC_IS_PLUGIN_PAGE_ACCOUNT_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_PLUGIN_PAGE_ACCOUNT_TREE)) |
#define | GNC_PLUGIN_PAGE_ACCOUNT_TREE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_PLUGIN_PAGE_ACCOUNT_TREE, GncPluginPageAccountTreeClass)) |
#define | GNC_PLUGIN_PAGE_ACCOUNT_TREE_NAME "GncPluginPageAccountTree" |
Functions | |
GType | gnc_plugin_page_account_tree_get_type (void) |
Retrieve the type number for an "account tree" plugin page. More... | |
GncPluginPage * | gnc_plugin_page_account_tree_new (void) |
Create a new "account tree" plugin page. More... | |
Account * | gnc_plugin_page_account_tree_get_current_account (GncPluginPageAccountTree *page) |
Given a pointer to an account tree plugin page, return the selected account (if any). More... | |
void | gnc_plugin_page_account_tree_open (Account *account, GtkWindow *win) |
Given a pointer to an account, the account tree will open and the account will be selected (if any). More... | |
Functions providing a chart of account page.
Definition in file gnc-plugin-page-account-tree.h.