Definition in file gnc-plugin-page-account-tree.c.
#include "config.h"
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include "gnc-plugin-page-account-tree.h"
#include "gnc-plugin-page-register.h"
#include "Scrub.h"
#include "Scrub3.h"
#include "Transaction.h"
#include "dialog-account.h"
#include "dialog-transfer.h"
#include "dialog-utils.h"
#include "druid-hierarchy.h"
#include "gnc-account-sel.h"
#include "gnc-component-manager.h"
#include "gnc-engine.h"
#include "gnc-gconf-utils.h"
#include "gnc-gnome-utils.h"
#include "gnc-gobject-utils.h"
#include "gnc-html.h"
#include "gnc-icons.h"
#include "gnc-plugin-account-tree.h"
#include "gnc-session.h"
#include "gnc-split-reg.h"
#include "gnc-tree-view-account.h"
#include "gnc-tree-model-account-types.h"
#include "gnc-ui.h"
#include "gnc-ui-util.h"
#include "lot-viewer.h"
#include "window-reconcile.h"
#include "window-main-summarybar.h"
Go to the source code of this file.
Data Structures | |
| struct | GncPluginPageAccountTreePrivate |
| struct | _delete_helper |
Defines | |
| #define | PLUGIN_PAGE_ACCT_TREE_CM_CLASS "plugin-page-acct-tree" |
| #define | GCONF_SECTION "window/pages/account_tree" |
| #define | DELETE_DIALOG_FILTER "filter" |
| #define | DELETE_DIALOG_ACCOUNT "account" |
| #define | GNC_PLUGIN_PAGE_ACCOUNT_TREE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GNC_TYPE_PLUGIN_PAGE_ACCOUNT_TREE, GncPluginPageAccountTreePrivate)) |
Typedefs | |
| typedef _delete_helper | delete_helper_t |
Enumerations | |
| enum | { ACCOUNT_SELECTED, LAST_SIGNAL } |
Functions | |
| void | gppat_populate_tmas_list (GtkToggleButton *dmrb, gpointer tmas) |
| void | gppat_set_insensitive_iff_rb_active (GtkToggleButton *b, GtkWidget *widget) |
| GType | gnc_plugin_page_account_tree_get_type (void) |
| GncPluginPage * | gnc_plugin_page_account_tree_new (void) |
| Account * | gnc_plugin_page_account_tree_get_current_account (GncPluginPageAccountTree *page) |
1.5.2