X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Frep_stats.h;h=d5753920b770c21752d7348c2ff8ca664ccdb017;hp=646b237b0691276ebe3e0fbdf9776971fab81e63;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001 diff --git a/src/rep_stats.h b/src/rep_stats.h index 646b237..d575392 100644 --- a/src/rep_stats.h +++ b/src/rep_stats.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2014 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -55,9 +55,17 @@ enum struct ui_repdist_data { - GtkWidget *window; + GQueue *txn_queue; + Filter *filter; + + gboolean detail; + gboolean legend; + gboolean rate; + gdouble total_expense; + gdouble total_income; + gdouble total_balance; - gint busy; + GtkWidget *window; GtkUIManager *ui; GtkActionGroup *actions; @@ -68,7 +76,7 @@ struct ui_repdist_data GtkWidget *CM_minor; GtkWidget *CY_by; GtkWidget *CY_view; - GtkWidget *RG_zoomx; + GtkWidget *RG_zoomx, *LB_zoomx; GtkWidget *LV_report; GtkWidget *CM_byamount; @@ -85,18 +93,12 @@ struct ui_repdist_data GtkWidget *GR_detail; GtkWidget *LV_detail; - gdouble total_expense; - gdouble total_income; - gdouble total_balance; - - gboolean detail; - gboolean legend; - gboolean rate; + GtkWidget *BT_export; + GtkWidget *MI_detailtoclip; + GtkWidget *MI_detailtocsv; gulong handler_id[MAX_REPDIST_HID]; - Filter *filter; - };