summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-14 16:53:37 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-14 16:53:37 +0300
commit47a8f51fb9830ac470c40dfce3ce27c09fd82d7b (patch)
treeb2907515a1ee79d881fb7ba229d859e163383cb9 /include/m_gui.h
parenta47bc89ece435638a85352b12ba620d662568d4a (diff)
new method - CCtrlPages::GetCount()
Diffstat (limited to 'include/m_gui.h')
-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 e020389051..d929d0ccd7 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -1198,6 +1198,7 @@ public:
void AddPage(wchar_t *ptszName, HICON hIcon, CDlgBase *pDlg);
void ActivatePage(int iPage);
+ int GetCount(void);
protected:
virtual BOOL OnNotify(int idCtrl, NMHDR *pnmh) override;