GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
gnc-plugin-account-tree.c File Reference

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)
 
GncPlugingnc_plugin_account_tree_new (void)
 

Detailed Description

Provide the menus to create a chart of account page.

Author
Copyright (C) 2003 Jan Arne Petersen jpete.nosp@m.rsen.nosp@m.@uni-.nosp@m.bonn.nosp@m..de

Definition in file gnc-plugin-account-tree.c.