summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_gui.h')
-rw-r--r--include/m_gui.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index a5d50beaa3..b69b0bec3a 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -814,6 +814,21 @@ public:
};
/////////////////////////////////////////////////////////////////////////////////////////
+// CCtrlDate - date & time picker
+
+class MIR_CORE_EXPORT CCtrlDate : public CCtrlData
+{
+ typedef CCtrlData CSuper;
+
+ BOOL OnNotify(int, NMHDR*) override;
+
+public:
+ CCtrlDate(CDlgBase *dlg, int ctrlId);
+
+ void GetSystemDate(SYSTEMTIME*);
+};
+
+/////////////////////////////////////////////////////////////////////////////////////////
// CCtrlEdit
class MIR_CORE_EXPORT CCtrlEdit : public CCtrlData