From 899da432c9d78b631dffa73314b8e1cdf3870fa8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 13 Feb 2018 11:47:45 +0300 Subject: CDlgBase::FindControl made public --- include/m_gui.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_gui.h b/include/m_gui.h index 27f91b99e7..e4c7c40ed3 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -406,6 +406,9 @@ public: int DoModal(); void EndModal(INT_PTR nResult); + CCtrlBase* FindControl(int idCtrl); + CCtrlBase* FindControl(HWND hwnd); + void SetCaption(const wchar_t *ptszCaption); void NotifyChange(void); // sends a notification to a parent window @@ -463,8 +466,6 @@ private: LIST m_controls; void NotifyControls(void (CCtrlBase::*fn)()); - CCtrlBase* FindControl(int idCtrl); - CCtrlBase* FindControl(HWND hwnd); CTimer* FindTimer(int idEvent); -- cgit v1.2.3