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 bea30ce302..ffc80b1bfd 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -697,6 +697,21 @@ public:
virtual void OnApply();
virtual void OnReset();
+
+ void SetMaxLength(unsigned int len);
+};
+
+/////////////////////////////////////////////////////////////////////////////////////////
+// CCtrlSpin
+
+class MIR_CORE_EXPORT CCtrlSpin : public CCtrlBase
+{
+ typedef CCtrlData CSuper;
+
+public:
+ CCtrlSpin(CDlgBase *dlg, int ctrlId);
+
+ void SetRange(short min, short max);
};
/////////////////////////////////////////////////////////////////////////////////////////