34 #ifndef __GNC_PLUGIN_ACCOUNT_TREE_H 35 #define __GNC_PLUGIN_ACCOUNT_TREE_H 44 #define GNC_TYPE_PLUGIN_ACCOUNT_TREE (gnc_plugin_account_tree_get_type ()) 45 #define GNC_PLUGIN_ACCOUNT_TREE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_PLUGIN_ACCOUNT_TREE, GncPluginAccountTree)) 46 #define GNC_PLUGIN_ACCOUNT_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_PLUGIN_ACCOUNT_TREE, GncPluginAccountTreeClass)) 47 #define GNC_IS_PLUGIN_ACCOUNT_TREE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_PLUGIN_ACCOUNT_TREE)) 48 #define GNC_IS_PLUGIN_ACCOUNT_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_PLUGIN_ACCOUNT_TREE)) 49 #define GNC_PLUGIN_ACCOUNT_TREE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_PLUGIN_ACCOUNT_TREE, GncPluginAccountTreeClass)) 51 #define GNC_PLUGIN_ACCOUNT_TREE_NAME "gnc-plugin-account-tree" The class data structure for an account tree menu plugin.
GType gnc_plugin_account_tree_get_type(void)
Get the type of the account tree menu plugin.
The class data structure for a menu-only plugin.
GncPlugin gnc_plugin
The parent object for this widget.
GncPlugin * gnc_plugin_account_tree_new(void)
Create a new account tree menu plugin.
GncPluginClass gnc_plugin
The parent class for this widget.
The instance data structure for a menu-only plugin.
The instance data structure for an account tree menu plugin.
Functions for adding plugins to a GnuCash window.