From: Robin Dunn Date: Tue, 13 Nov 2001 06:48:36 +0000 (+0000) Subject: SWIGged code update X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0d1ace86977ee06b7e9237f34a387aff78e927a4 SWIGged code update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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