summaryrefslogtreecommitdiff
path: root/alarms/frame.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 13:13:19 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 13:13:19 +0000
commit9fa6ed155f4e2582f045d281f652360db8e707c9 (patch)
treee4d686ff24307ee42c401b82e762a54a61de9167 /alarms/frame.h
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@1 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'alarms/frame.h')
-rw-r--r--alarms/frame.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/alarms/frame.h b/alarms/frame.h
new file mode 100644
index 0000000..9333c31
--- /dev/null
+++ b/alarms/frame.h
@@ -0,0 +1,20 @@
+#ifndef _FRAME_INC
+#define _FRAME_INC
+
+#include "alarmlist.h"
+#include "icons.h"
+#include "options.h"
+
+void RefreshReminderFrame();
+
+void InitFrames();
+void DeinitFrames();
+
+// update 'show/hide reminder frame' menu item
+void FixMainMenu();
+
+// used when no multiwindow functionality avaiable
+bool ReminderFrameVisible();
+void SetReminderFrameVisible(bool visible);
+
+#endif