X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Flist-operation.h;fp=src%2Flist-operation.h;h=271f006411f7cc650b76cb0bcee66326d0aa7260;hp=473fb87b19de71c82d2f7636bb045d89a309493f;hb=e479b37a8ea13230b81b43ecba00f89586a8f91a;hpb=236cb5e47660876f46488ea8f76ecd5bebfa1fac diff --git a/src/list-operation.h b/src/list-operation.h index 473fb87..271f006 100644 --- a/src/list-operation.h +++ b/src/list-operation.h @@ -20,11 +20,19 @@ #ifndef __LIST_OPERATION__H__ #define __LIST_OPERATION__H__ + enum { - LIST_TXN_TYPE_BOOK, + LIST_TXN_TYPE_BOOK = 0, LIST_TXN_TYPE_DETAIL }; + +enum { + MODEL_TXN_POINTER = 0, + MODEL_TXN_SPLITAMT +}; + + struct list_txn_data { GtkWidget *treeview;