diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-10 21:15:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-10 21:15:21 +0000 |
commit | 850793657b4cea418fbf0daa175a563b43c273b2 (patch) | |
tree | e88de97b26643a9b5ef319672912b4e1fde1a0d5 /include/m_gui.h | |
parent | 6393186d10818077ceef5931249a83e971c78a8b (diff) |
CDlgBase::NotifyChange() - method for child dialogs to notify parents
git-svn-id: http://svn.miranda-ng.org/main/trunk@13518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 3e4d54431a..5b52c95840 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -268,6 +268,7 @@ public: int DoModal();
void SetCaption(const TCHAR *ptszCaption);
+ void NotifyChange(void); // sends a notification to a parent window
__forceinline HINSTANCE GetInst() const { return m_hInst; }
__forceinline HWND GetHwnd() const { return m_hwnd; }
|