X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..ef22e3d35e23237cb616e420951f5da8c46c0200:/wxPython/src/_mdi.i diff --git a/wxPython/src/_mdi.i b/wxPython/src/_mdi.i index 1ccaa7a177..daf66d111a 100644 --- a/wxPython/src/_mdi.i +++ b/wxPython/src/_mdi.i @@ -35,8 +35,8 @@ class wxMDIParentFrame : public wxFrame { public: - %addtofunc wxMDIParentFrame "self._setOORInfo(self)" - %addtofunc wxMDIParentFrame() "" + %pythonAppend wxMDIParentFrame "self._setOORInfo(self)" + %pythonAppend wxMDIParentFrame() "" wxMDIParentFrame(wxWindow *parent, const wxWindowID id, @@ -80,8 +80,8 @@ public: class wxMDIChildFrame : public wxFrame { public: - %addtofunc wxMDIChildFrame "self._setOORInfo(self)" - %addtofunc wxMDIChildFrame() "" + %pythonAppend wxMDIChildFrame "self._setOORInfo(self)" + %pythonAppend wxMDIChildFrame() "" wxMDIChildFrame(wxMDIParentFrame* parent, const wxWindowID id, @@ -111,8 +111,8 @@ public: class wxMDIClientWindow : public wxWindow { public: - %addtofunc wxMDIClientWindow "self._setOORInfo(self)" - %addtofunc wxMDIClientWindow() "" + %pythonAppend wxMDIClientWindow "self._setOORInfo(self)" + %pythonAppend wxMDIClientWindow() "" wxMDIClientWindow(wxMDIParentFrame* parent, long style = 0); %name(PreMDIClientWindow)wxMDIClientWindow();