X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b8c7ba607a15a2ff8a04448138df9ffff7df6c5..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/src/_popupwin.i?ds=sidebyside diff --git a/wxPython/src/_popupwin.i b/wxPython/src/_popupwin.i index ec47753500..43fcd6c511 100644 --- a/wxPython/src/_popupwin.i +++ b/wxPython/src/_popupwin.i @@ -85,7 +85,7 @@ MustHaveApp(wxPyPopupTransientWindow); class wxPyPopupTransientWindow : public wxPopupWindow { public: - %pythonAppend wxPyPopupTransientWindow "self._setOORInfo(self);self._setCallbackInfo(self, PopupTransientWindow)" + %pythonAppend wxPyPopupTransientWindow "self._setOORInfo(self);" setCallbackInfo(PopupTransientWindow) %pythonAppend wxPyPopupTransientWindow() "" wxPyPopupTransientWindow(wxWindow *parent, int style = wxBORDER_NONE);