]> Dogcows Code - chaz/homebank/blobdiff - src/dsp_mainwindow.h
import homebank-5.1.7
[chaz/homebank] / src / dsp_mainwindow.h
index eae87dd84d2f27f93e2c8543afce2d7cc1c2e3d9..06e1906f6c30de7b7e5509f88216a5fe6a381b15 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2016 Maxime DOYEN
+ *  Copyright (C) 1995-2018 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
@@ -29,11 +29,15 @@ struct hbfile_data
        GtkWidget       *vpaned;
        GtkWidget       *hpaned;
 
+       /* panel: your account */
        GtkWidget       *LV_acc;
+       GtkWidget   *BT_expandall;
+       GtkWidget   *BT_collapseall;
+       gboolean        showall;
+       GSimpleActionGroup *action_group_acc;
 
        GtkWidget       *GR_top;
        GtkWidget       *LV_top;
-       GtkWidget       *TX_topamount;
        gdouble         toptotal;
        GtkWidget       *CY_range;
        GtkWidget       *RE_pie;
@@ -78,6 +82,7 @@ struct hbfile_data
 
 GtkWidget *create_hbfile_window(GtkWidget *do_widget);
 void ui_mainwindow_populate_accounts(GtkWidget *widget, gpointer user_data);
+gboolean ui_mainwindow_open_backup_check_confirm(gchar *filepath);
 void ui_mainwindow_open_internal(GtkWidget *widget, gpointer user_data);
 void ui_mainwindow_update(GtkWidget *widget, gpointer user_data);
 void ui_mainwindow_action_help_welcome(void);
This page took 0.020087 seconds and 4 git commands to generate.