+class wxSplashScreenWindowPtr(wxWindowPtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def SetBitmap(self, *_args, **_kwargs):
+ val = framesc.wxSplashScreenWindow_SetBitmap(self, *_args, **_kwargs)
+ return val
+ def GetBitmap(self, *_args, **_kwargs):
+ val = framesc.wxSplashScreenWindow_GetBitmap(self, *_args, **_kwargs)
+ if val: val = wxBitmapPtr(val)
+ return val
+ def __repr__(self):
+ return "<%s.%s instance; proxy of C++ wxSplashScreenWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
+class wxSplashScreenWindow(wxSplashScreenWindowPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = framesc.new_wxSplashScreenWindow(*_args,**_kwargs)
+ self.thisown = 1
+ self._setOORInfo(self)
+
+
+
+
+class wxSplashScreenPtr(wxFramePtr):
+ def __init__(self,this):
+ self.this = this
+ self.thisown = 0
+ def GetSplashStyle(self, *_args, **_kwargs):
+ val = framesc.wxSplashScreen_GetSplashStyle(self, *_args, **_kwargs)
+ return val
+ def GetSplashWindow(self, *_args, **_kwargs):
+ val = framesc.wxSplashScreen_GetSplashWindow(self, *_args, **_kwargs)
+ if val: val = wxSplashScreenWindowPtr(val)
+ return val
+ def GetTimeout(self, *_args, **_kwargs):
+ val = framesc.wxSplashScreen_GetTimeout(self, *_args, **_kwargs)
+ return val
+ def __repr__(self):
+ return "<%s.%s instance; proxy of C++ wxSplashScreen instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
+class wxSplashScreen(wxSplashScreenPtr):
+ def __init__(self,*_args,**_kwargs):
+ self.this = framesc.new_wxSplashScreen(*_args,**_kwargs)
+ self.thisown = 1
+ self._setOORInfo(self)
+
+
+
+