summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-28 16:42:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-28 16:42:53 +0300
commita8ef07a8ac3cd25fae13f6b9174828310497d9b6 (patch)
tree6feaa1d847c95bacb165417114261cacc27bfc63 /include
parent0999f2e0525dffdd53c25dcd7cea47f5e5c9b7d9 (diff)
CCtrlPages: owned dialogs to be created from the very beginning
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 0d13d5974a..d44fc9c434 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -1418,6 +1418,7 @@ class MIR_CORE_EXPORT CCtrlPages : public CCtrlBase
bool m_bOwnPages = false;
struct TPageInfo;
+ void CreatePage(CDlgBase *pDlg);
void InsertPage(TPageInfo *pPage);
void ShowPage(CDlgBase *pDlg);