summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-02 15:41:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-02 15:41:52 +0300
commit428051b8b98331a7419ca025be55a1ce0c52f826 (patch)
tree2c828bbb98ffc1820261739b4d40fc211d91f1b1 /include
parent809afa397b0c0c2c6e220f67c01278b406290fa8 (diff)
CCtrlSpin::GetPosition() - new method of spin control
Diffstat (limited to 'include')
-rw-r--r--include/m_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 322994b895..24d09ff14c 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -762,6 +762,7 @@ class MIR_CORE_EXPORT CCtrlSpin : public CCtrlBase
public:
CCtrlSpin(CDlgBase *dlg, int ctrlId);
+ WORD GetPosition();
void SetPosition(WORD max, WORD min = 0);
void SetRange(WORD max, WORD min = 0);
};