]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
wxUniversal fixes:
[wxWidgets.git] / wxPython / src / frames.i
index 2e243a7ed2e2aa62e1e745daeebef66f47e51aaf..54f664cb17069b19aa5031887434f22038d14672 100644 (file)
@@ -260,6 +260,8 @@ public:
                          const wxSize& size = wxDefaultSize,
                          long style = wxNO_BORDER);
 
+    %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
+
     void SetBitmap(const wxBitmap& bitmap);
     wxBitmap& GetBitmap();
 };
@@ -273,6 +275,8 @@ public:
                    const wxSize& size = wxDefaultSize,
                    long style = wxSIMPLE_BORDER|wxFRAME_NO_TASKBAR|wxFRAME_FLOAT_ON_PARENT);
 
+    %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
+
     long GetSplashStyle() const;
     wxSplashScreenWindow* GetSplashWindow() const;
     int GetTimeout() const;