From 0d1ace86977ee06b7e9237f34a387aff78e927a4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 13 Nov 2001 06:48:36 +0000 Subject: [PATCH] SWIGged code update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/msw/windows3.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/src/msw/windows3.cpp b/wxPython/src/msw/windows3.cpp index 901a82cec7..effbc4e5c6 100644 --- a/wxPython/src/msw/windows3.cpp +++ b/wxPython/src/msw/windows3.cpp @@ -103,11 +103,12 @@ public: : wxPopupTransientWindow(parent, style) {} DEC_PYCALLBACK_BOOL_ME(ProcessLeftDown); + DEC_PYCALLBACK__(OnDismiss); PYPRIVATE; }; IMP_PYCALLBACK_BOOL_ME(wxPyPopupTransientWindow, wxPopupTransientWindow, ProcessLeftDown); - +IMP_PYCALLBACK__(wxPyPopupTransientWindow, wxPopupTransientWindow, OnDismiss); #ifdef __cplusplus extern "C" { #endif -- 2.50.0