]>
Dogcows Code - chaz/homebank/blob - src/rep_stats.h
1 /* HomeBank -- Free, easy, personal accounting for everyone.
2 * Copyright (C) 1995-2016 Maxime DOYEN
4 * This file is part of HomeBank.
6 * HomeBank is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * HomeBank is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 #ifndef __HOMEBANK_REPDIST_H__
21 #define __HOMEBANK_REPDIST_H__
49 BY_REPDIST_SUBCATEGORY
,
56 struct ui_repdist_data
64 gdouble total_expense
;
66 gdouble total_balance
;
71 GtkActionGroup
*actions
;
79 GtkWidget
*RG_zoomx
, *LB_zoomx
;
81 GtkWidget
*CM_byamount
;
83 GtkWidget
*PO_mindate
, *PO_maxdate
;
88 GtkWidget
*TX_daterange
;
89 GtkWidget
*TX_total
[3];
98 gulong handler_id
[MAX_REPDIST_HID
];
104 GtkWidget
*ui_repdist_window_new(void);
This page took 0.038331 seconds and 5 git commands to generate.