23 #ifndef DIALOG_SX_EDITOR_H 24 #define DIALOG_SX_EDITOR_H 33 #define DIALOG_SCHEDXACTION_CM_CLASS "dialog-scheduledtransactions" 34 #define DIALOG_SCHEDXACTION_EDITOR_CM_CLASS "dialog-scheduledtransaction-editor" 36 #define GNC_PREFS_GROUP_SXED "dialogs.sxs.transaction-editor" 37 #define GNC_PREF_CREATE_DAYS "create-days" 38 #define GNC_PREF_REMIND_DAYS "remind-days" 39 #define GNC_PREF_CREATE_AUTO "create-auto" 40 #define GNC_PREF_NOTIFY "notify" 44 GncSxEditorDialog* gnc_ui_scheduled_xaction_editor_dialog_create(GtkWindow *parent,
45 SchedXaction *sx, gboolean newSX);
47 void gnc_ui_scheduled_xaction_editor_dialog_destroy(GncSxEditorDialog *sxd);
53 void gnc_ui_sx_initialize (
void);
Scheduled Transactions public handling routines.