|
GnuCash
5.6-150-g038405b370+
|
the private budget view structure More...
Data Fields | |
| GtkTreeView * | tree_view |
| GtkTreeView * | totals_tree_view |
| GtkWidget * | totals_scroll_window |
| GtkAdjustment * | hadj |
| GncBudget * | budget |
| GncGUID | key |
| gboolean | use_red_color |
| GList * | period_col_list |
| GList * | totals_col_list |
| GtkTreeViewColumn * | total_col |
| AccountFilterDialog * | fd |
| Account * | rootAcct |
| gboolean | show_account_code |
| gboolean | show_account_desc |
| GtkCellRenderer * | temp_cr |
| GtkCellEditable * | temp_ce |
the private budget view structure
This structure defines the different elements required for a budget view - the actual display of how a budget looks when you open it.
| tree_view | Pointer to the widget to display the detailed budget. |
| totals_tree_view | Pointer to the widget to display the totals tree at the bottom of the budget screen. |
| totals_scroll_window | the main scrolled window for the totals tree view |
| hadj | the account scroll window horizontal adjustment |
| budget | Contains much of the data required to implement a budget. |
| key | Each budget struct has its own GUID. |
| period_col_list | List of columns in the tree_view widget (this list varies depending on the number of periods) |
| totals_col_list | List of columns in the totals_tree_view |
| total_col | The totals column on the right of all the accounts. |
| fd | No idea what this does. |
Definition at line 155 of file gnc-budget-view.c.
1.8.14