From 3ab53b37c6e80b2b768617848f4e01e7163bc494 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 11 Aug 2016 08:28:53 +0000 Subject: CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@17176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/m_gui.h') diff --git a/include/m_gui.h b/include/m_gui.h index 980774a28b..bea30ce302 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -381,7 +381,8 @@ public: // general utilities void Create(); void Show(int nCmdShow = SW_SHOW); - int DoModal(); + int DoModal(); + void EndModal(INT_PTR nResult); void SetCaption(const wchar_t *ptszCaption); void NotifyChange(void); // sends a notification to a parent window -- cgit v1.2.3