]> Dogcows Code - chaz/homebank/blobdiff - src/list-account.h
import homebank-5.2.4
[chaz/homebank] / src / list-account.h
similarity index 83%
rename from src/list_account.h
rename to src/list-account.h
index c89c1ecdd2a60b581ef362efaa69769e831c5492..8e002e036c330c9ab28307341e32acdf66e67cc1 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2018 Maxime DOYEN
+ *  Copyright (C) 1995-2019 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
@@ -51,6 +51,18 @@ enum
        NUM_LST_DSPACC
 };
 
+enum
+{
+       COL_DSPACC_STATUS,
+       COL_DSPACC_ACCOUNTS,
+       COL_DSPACC_BANK,
+       COL_DSPACC_TODAY,
+       COL_DSPACC_FUTURE,
+       COL_DSPACC_RECONDATE,
+};
+
+
+gboolean list_account_level1_expanded(GtkTreeView *treeview, gchar *name);
 
 GtkWidget *create_list_account(void);
 
This page took 0.022092 seconds and 4 git commands to generate.