X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fdsp_account.h;h=00f9c234eba39ab7eb610645b105a3f39b23b167;hp=95ab02ac8b0b1ffebc62aa781a10a35b723da83b;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001 diff --git a/src/dsp_account.h b/src/dsp_account.h index 95ab02a..00f9c23 100644 --- a/src/dsp_account.h +++ b/src/dsp_account.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. * @@ -26,8 +26,11 @@ enum ACTION_ACCOUNT_ADD, ACTION_ACCOUNT_INHERIT, ACTION_ACCOUNT_EDIT, + ACTION_ACCOUNT_MULTIEDIT, + ACTION_ACCOUNT_NONE, + ACTION_ACCOUNT_CLEAR, ACTION_ACCOUNT_RECONCILE, - ACTION_ACCOUNT_REMOVE, + ACTION_ACCOUNT_DELETE, ACTION_ACCOUNT_FILTER, ACTION_ACCOUNT_CLOSE, MAX_ACTION_ACCOUNT @@ -56,6 +59,8 @@ struct register_panel_data GtkWidget *ST_search; + GtkWidget *IM_closed; + GtkWidget *LB_name; GtkWidget *CM_minor; GtkWidget *TX_balance[3];