]> Dogcows Code - chaz/homebank/blobdiff - src/list_account.h
Merge branch 'upstream'
[chaz/homebank] / src / list_account.h
index b7b4a6696276bdd3b94c6900fd946f4fbafdad22..20f3c948201558fd6f962da8a0c698ffeadafbae 100644 (file)
@@ -1,5 +1,5 @@
 /*  HomeBank -- Free, easy, personal accounting for everyone.
- *  Copyright (C) 1995-2016 Maxime DOYEN
+ *  Copyright (C) 1995-2017 Maxime DOYEN
  *
  *  This file is part of HomeBank.
  *
 #ifndef __LIST_ACCOUNT__H__
 #define __LIST_ACCOUNT__H__
 
+
+enum
+{
+       DSPACC_GROUP_BY_TYPE,
+       DSPACC_GROUP_BY_BANK
+};
+
+
 /* lst acc datatype */
 enum
 {
@@ -33,17 +41,18 @@ enum
 /* list display account */
 enum
 {
-       LST_DSPACC_DATAS,
-       LST_DSPACC_DATATYPE,
        LST_DSPACC_STATE,       /* fake column */
        LST_DSPACC_NAME,        /* fake column */
        LST_DSPACC_BANK,
        LST_DSPACC_TODAY,
        LST_DSPACC_FUTURE,
+       LST_DSPACC_DATAS,
+       LST_DSPACC_DATATYPE,
        NUM_LST_DSPACC
 };
 
 
 GtkWidget *create_list_account(void);
 
+
 #endif
This page took 0.01763 seconds and 4 git commands to generate.