From 9fa6ed155f4e2582f045d281f652360db8e707c9 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 1 Nov 2006 13:13:19 +0000 Subject: git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@1 4f64403b-2f21-0410-a795-97e2b3489a10 --- alarms/options.h | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 alarms/options.h (limited to 'alarms/options.h') diff --git a/alarms/options.h b/alarms/options.h new file mode 100644 index 0000000..be2686f --- /dev/null +++ b/alarms/options.h @@ -0,0 +1,41 @@ +#ifndef _OPTIONS_INC +#define _OPTIONS_INC + +#include +#include "m_alarms.h" +#include "alarmlist.h" +#include "icons.h" +#include "frame.h" +#include "alarm_win.h" + +typedef struct Options_tag { + bool use_popup_module; + int snooze_minutes; + int row_height; + int indent; + int aw_trans; + bool aw_roundcorners; + bool aw_dontstealfocus; + bool auto_showhide; + bool hide_with_clist; + bool loop_sound; + bool auto_size_vert; + int reminder_period; +} Options; + +extern Options options; + +int OptInit(WPARAM wParam,LPARAM lParam); + +void LoadOptions(); +void SaveOptions(); + +int NewAlarmMenuFunc(WPARAM wParam, LPARAM lParam); +void EditNonModal(ALARM &alarm); + +// provide access the options window, for refresh (== 0 when not displayed) +extern HWND hwndOptionsDialog; +#define WMU_INITOPTLIST (WM_USER + 20) + + +#endif -- cgit v1.2.3