summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-17 20:06:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-17 20:06:53 +0300
commita3e6a1d65e4cac0bea2c4c075437b4dece8986ef (patch)
treecabe887f3d72bac5defe34f43a8dc7b7d72eac22 /include
parentcaf290fb9b71267941a5d19a63dde6e8e93fab9e (diff)
CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrol
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 698ee81ba6..00a89a34c3 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -1232,6 +1232,7 @@ public:
int GetDlgIndex(CDlgBase*);
CDlgBase* GetNthPage(int iPage);
void RemovePage(int iPage);
+ void SwapPages(int idx1, int idx2);
__forceinline CDlgBase* GetActivePage() const
{ return m_pActivePage;