X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e9b78ce36587382786ef10a44be9fa665d15923..9f4de6b2cf06f53a98b28f53640f3b9ec8cf4182:/wxPython/src/frames.i diff --git a/wxPython/src/frames.i b/wxPython/src/frames.i index 2e243a7ed2..54f664cb17 100644 --- a/wxPython/src/frames.i +++ b/wxPython/src/frames.i @@ -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;