]>
Dogcows Code - chaz/homebank/blob - src/rep_balance.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_REPBALANCE_H__
21 #define __HOMEBANK_REPBALANCE_H__
24 HID_REPBALANCE_MINDATE
,
25 HID_REPBALANCE_MAXDATE
,
43 struct repbalance_data
56 guint nbbalance
, nbope
;
62 GtkActionGroup
*actions
;
67 GtkWidget
*TX_daterange
;
71 GtkWidget
*CM_selectall
;
72 GtkWidget
*CM_eachday
;
73 GtkWidget
*RG_zoomx
, *LB_zoomx
;
75 GtkWidget
*PO_mindate
, *PO_maxdate
;
86 gulong handler_id
[MAX_REPBALANCE_HID
];
92 GtkWidget
*repbalance_window_new(gint32 accnum
);
This page took 0.038785 seconds and 5 git commands to generate.