X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c0282d5044a11a785eb5ffe2af167221a65b8d4..a7c7c1549c1ff75a8ed5387be17e204d46f89bf8:/wxPython/src/gtk/windows3.cpp?ds=sidebyside diff --git a/wxPython/src/gtk/windows3.cpp b/wxPython/src/gtk/windows3.cpp index 9729bba705..cd7fa2a26f 100644 --- a/wxPython/src/gtk/windows3.cpp +++ b/wxPython/src/gtk/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