GnuCash
5.6-150-g038405b370+
|
GtkTreeModel implementation to display account types in a GtkTreeView. More...
#include "Account.h"
Go to the source code of this file.
Macros | |
#define | GNC_TYPE_TREE_MODEL_ACCOUNT_TYPES (gnc_tree_model_account_types_get_type ()) |
Functions | |
GtkTreeModel * | gnc_tree_model_account_types_filter_using_mask (guint32 types) |
void | gnc_tree_model_account_types_set_mask (GtkTreeModel *f_model, guint32 types) |
guint32 | gnc_tree_model_account_types_get_mask (GtkTreeModel *f_model) |
guint32 | gnc_tree_model_account_types_get_selection (GtkTreeSelection *sel) |
GNCAccountType | gnc_tree_model_account_types_get_selection_single (GtkTreeSelection *sel) |
GNCAccountType | gnc_tree_model_account_types_get_active_combo (GtkComboBox *combo) |
void | gnc_tree_model_account_types_set_selection (GtkTreeSelection *sel, guint32 selected) |
void | gnc_tree_model_account_types_set_active_combo (GtkComboBox *combo, guint32 selected) |
GtkTreeModel * | gnc_tree_model_account_types_new (guint32 selected) |
GtkTreeModel implementation to display account types in a GtkTreeView.
Definition in file gnc-tree-model-account-types.h.