git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15057
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxSize& size = wxDefaultSize,
long style = wxNO_BORDER);
const wxSize& size = wxDefaultSize,
long style = wxNO_BORDER);
+ %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
+
void SetBitmap(const wxBitmap& bitmap);
wxBitmap& GetBitmap();
};
void SetBitmap(const wxBitmap& bitmap);
wxBitmap& GetBitmap();
};
const wxSize& size = wxDefaultSize,
long style = wxSIMPLE_BORDER|wxFRAME_NO_TASKBAR|wxFRAME_FLOAT_ON_PARENT);
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;
long GetSplashStyle() const;
wxSplashScreenWindow* GetSplashWindow() const;
int GetTimeout() const;
def __init__(self,*_args,**_kwargs):
self.this = apply(framesc.new_wxSplashScreenWindow,_args,_kwargs)
self.thisown = 1
def __init__(self,*_args,**_kwargs):
self.this = apply(framesc.new_wxSplashScreenWindow,_args,_kwargs)
self.thisown = 1
def __init__(self,*_args,**_kwargs):
self.this = apply(framesc.new_wxSplashScreen,_args,_kwargs)
self.thisown = 1
def __init__(self,*_args,**_kwargs):
self.this = apply(framesc.new_wxSplashScreen,_args,_kwargs)
self.thisown = 1