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

Functions providing a page which lists owners of one type. This type can be vendors, customers or employees. More...

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

Go to the source code of this file.

Data Structures

struct  GncPluginPageOwnerTree
struct  GncPluginPageOwnerTreeClass

Defines

#define GNC_TYPE_PLUGIN_PAGE_OWNER_TREE   (gnc_plugin_page_owner_tree_get_type ())
#define GNC_PLUGIN_PAGE_OWNER_TREE(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE, GncPluginPageOwnerTree))
#define GNC_PLUGIN_PAGE_OWNER_TREE_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE, GncPluginPageOwnerTreeClass))
#define GNC_IS_PLUGIN_PAGE_OWNER_TREE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE))
#define GNC_IS_PLUGIN_PAGE_OWNER_TREE_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE))
#define GNC_PLUGIN_PAGE_OWNER_TREE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE, GncPluginPageOwnerTreeClass))
#define GNC_PLUGIN_PAGE_OWNER_TREE_NAME   "GncPluginPageOwnerTree"

Functions

GType gnc_plugin_page_owner_tree_get_type (void)
GncPluginPagegnc_plugin_page_owner_tree_new (GncOwnerType owner_type)
GncOwnergnc_plugin_page_owner_tree_get_current_owner (GncPluginPageOwnerTree *page)

Detailed Description

Functions providing a page which lists owners of one type. This type can be vendors, customers or employees.

Author:
Copyright (C) 2011 Geert Janssens <geert@kobaltwit.be>

Definition in file gnc-plugin-page-owner-tree.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines