GnuCash 2.4.99
Enumerations | Functions
gnc-tree-model-budget.h File Reference

provides some utilities for working with the list of budgets in a book. More...

#include "gnc-budget.h"

Go to the source code of this file.

Enumerations

enum  { BUDGET_GUID_COLUMN, BUDGET_NAME_COLUMN, BUDGET_DESCRIPTION_COLUMN, BUDGET_LIST_NUM_COLS }

Functions

GtkTreeModel * gnc_tree_model_budget_new (QofBook *book)
void gnc_tree_view_budget_set_model (GtkTreeView *tv, GtkTreeModel *tm)
GncBudgetgnc_tree_model_budget_get_budget (GtkTreeModel *tm, GtkTreeIter *iter)
gboolean gnc_tree_model_budget_get_iter_for_budget (GtkTreeModel *tm, GtkTreeIter *iter, GncBudget *bgt)

Detailed Description

provides some utilities for working with the list of budgets in a book.

Definition in file gnc-tree-model-budget.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines