GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dialog-sx-editor2.h
1 /********************************************************************\
2  * dialog-sx-editor2.h : dialog for scheduled transaction editing *
3  * Copyright (C) 2001,2006 Joshua Sled <[email protected]> *
4  * *
5  * This program is free software; you can redistribute it and/or *
6  * modify it under the terms of version 2 and/or version 3 of the *
7  * GNU General Public License as published by the Free Software *
8  * Foundation. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public License*
16  * along with this program; if not, contact: *
17  * *
18  * Free Software Foundation Voice: +1-617-542-5942 *
19  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
20  * Boston, MA 02110-1301, USA [email protected] *
21 \********************************************************************/
22 
23 #ifndef DIALOG_SX_EDITOR2_H
24 #define DIALOG_SX_EDITOR2_H
25 
26 #include "SchedXaction.h"
27 
28 #define DIALOG_SCHEDXACTION2_CM_CLASS "dialog-scheduledtransactions"
29 #define DIALOG_SCHEDXACTION2_EDITOR_CM_CLASS "dialog-scheduledtransaction-editor"
30 
31 #define GNC_PREFS_GROUP_SXED "dialogs.sxs.transaction-editor"
32 #define GNC_PREF_CREATE_DAYS "create-days"
33 #define GNC_PREF_REMIND_DAYS "remind-days"
34 #define GNC_PREF_CREATE_AUTO "create-auto"
35 #define GNC_PREF_NOTIFY "notify"
36 
38 
39 GncSxEditorDialog2* gnc_ui_scheduled_xaction_editor_dialog_create2 (SchedXaction *sx,
40  gboolean newSX);
41 
42 void gnc_ui_scheduled_xaction_editor_dialog_destroy2 (GncSxEditorDialog2 *sxd);
43 
48 void gnc_ui_sx_initialize2 (void);
49 
50 #endif
Scheduled Transactions public handling routines.