Beispiel #1
0
 def __init__(self, *args, **kwargs):
     """__init__(self, Wizard parent, Bitmap bitmap=&wxNullBitmap, String resource=&wxPyEmptyString) -> PyWizardPage"""
     newobj = _wizard.new_PyWizardPage(*args, **kwargs)
     self.this = newobj.this
     self.thisown = 1
     del newobj.thisown
     self._setCallbackInfo(self, PyWizardPage);self._setOORInfo(self)
Beispiel #2
0
 def __init__(self, *args, **kwargs):
     """__init__(self, Wizard parent, Bitmap bitmap=&wxNullBitmap, String resource=&wxPyEmptyString) -> PyWizardPage"""
     newobj = _wizard.new_PyWizardPage(*args, **kwargs)
     self.this = newobj.this
     self.thisown = 1
     del newobj.thisown
     self._setCallbackInfo(self, PyWizardPage)
     self._setOORInfo(self)
Beispiel #3
0
 def __init__(self, *args, **kwargs): 
     """__init__(self, Wizard parent, Bitmap bitmap=&wxNullBitmap, String resource=&wxPyEmptyString) -> PyWizardPage"""
     _wizard.PyWizardPage_swiginit(self,_wizard.new_PyWizardPage(*args, **kwargs))
     self._setOORInfo(self);PyWizardPage._setCallbackInfo(self, self, PyWizardPage)
Beispiel #4
0
 def __init__(self, *args, **kwargs): 
     """__init__(self, Wizard parent, Bitmap bitmap=wxNullBitmap) -> PyWizardPage"""
     _wizard.PyWizardPage_swiginit(self,_wizard.new_PyWizardPage(*args, **kwargs))
     self._setOORInfo(self);PyWizardPage._setCallbackInfo(self, self, PyWizardPage)