|
GnuCash c935c2f+
|
Go to the source code of this file.
Macros | |
| #define | GNC_TYPE_BUDGET_VIEW (gnc_budget_view_get_type ()) |
| #define | GNC_BUDGET_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_BUDGET_VIEW, GncBudgetView)) |
| #define | GNC_BUDGET_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_BUDGET_VIEW, GncBudgetViewClass)) |
| #define | GNC_IS_BUDGET_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_BUDGET_VIEW)) |
| #define | GNC_IS_BUDGET_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_BUDGET_VIEW)) |
| #define | GNC_BUDGET_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_BUDGET_VIEW, GncBudgetViewClass)) |
| #define | GNC_BUDGET_VIEW_NAME "GncBudgetView" |
Functions | |
| GType | gnc_budget_view_get_type (void) |
| GncBudgetView * | gnc_budget_view_new (GncBudget *budget, AccountFilterDialog *fd) |
| Create new gnc budget view. | |
| void | gnc_budget_view_save (GncBudgetView *budget_view, GKeyFile *key_file, const gchar *group_name) |
| void | gnc_budget_view_refresh (GncBudgetView *budget_view) |
| refreshes the current budget view | |
| void | gnc_budget_view_delete_budget (GncBudgetView *budget_view) |
| void | gnc_budget_view_save_account_filter (GncBudgetView *budget_view) |
| gboolean | gnc_budget_view_restore (GncBudgetView *budget_view, GKeyFile *key_file, const gchar *group_name) |
| GtkTreeSelection * | gnc_budget_view_get_selection (GncBudgetView *budget_view) |
| returns the current selection in the gnc budget view. | |
| Account * | gnc_budget_view_get_account_from_path (GncBudgetView *budget_view, GtkTreePath *path) |
| GList * | gnc_budget_view_get_selected_accounts (GncBudgetView *budget_view) |
| GtkWidget * | gnc_budget_view_get_account_tree_view (GncBudgetView *budget_view) |
| void | gnc_budget_view_set_show_account_code (GncBudgetView *budget_view, gboolean show_account_code) |
| gboolean | gnc_budget_view_get_show_account_code (GncBudgetView *budget_view) |
| void | gnc_budget_view_set_show_account_description (GncBudgetView *budget_view, gboolean show_account_desc) |
| gboolean | gnc_budget_view_get_show_account_description (GncBudgetView *budget_view) |