GnuCash 2.4.99
Data Structures | Defines | Functions
gnc-plugin-account-tree.h File Reference

Provide the menus to create a chart of account page. More...

#include <gtk/gtk.h>
#include "gnc-plugin.h"

Go to the source code of this file.

Data Structures

struct  GncPluginAccountTree
struct  GncPluginAccountTreeClass

Defines

#define GNC_TYPE_PLUGIN_ACCOUNT_TREE   (gnc_plugin_account_tree_get_type ())
#define GNC_PLUGIN_ACCOUNT_TREE(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_PLUGIN_ACCOUNT_TREE, GncPluginAccountTree))
#define GNC_PLUGIN_ACCOUNT_TREE_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_PLUGIN_ACCOUNT_TREE, GncPluginAccountTreeClass))
#define GNC_IS_PLUGIN_ACCOUNT_TREE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_PLUGIN_ACCOUNT_TREE))
#define GNC_IS_PLUGIN_ACCOUNT_TREE_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_PLUGIN_ACCOUNT_TREE))
#define GNC_PLUGIN_ACCOUNT_TREE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_PLUGIN_ACCOUNT_TREE, GncPluginAccountTreeClass))
#define GNC_PLUGIN_ACCOUNT_TREE_NAME   "gnc-plugin-account-tree"

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 <jpetersen@uni-bonn.de>

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

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines