]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/wizard.py
Elippsis and markup support for wxStaticText
[wxWidgets.git] / wxPython / src / msw / wizard.py
index 4ef536a703251d844fbae5dd6344801ac5b20cb1..e9f8e55957d471c3983d6cdb9c559549d23c45a1 100644 (file)
@@ -78,7 +78,7 @@ class WizardEvent(_core.NotifyEvent):
     __repr__ = _swig_repr
     def __init__(self, *args, **kwargs): 
         """
-        __init__(self, wxEventType type=wxEVT_NULL, int id=-1, bool direction=True, 
+        __init__(self, EventType type=wxEVT_NULL, int id=-1, bool direction=True, 
             WizardPage page=None) -> WizardEvent
         """
         _wizard.WizardEvent_swiginit(self,_wizard.new_WizardEvent(*args, **kwargs))
@@ -90,8 +90,9 @@ class WizardEvent(_core.NotifyEvent):
         """GetPage(self) -> WizardPage"""
         return _wizard.WizardEvent_GetPage(*args, **kwargs)
 
-WizardEvent_swigregister = _wizard.WizardEvent_swigregister
-WizardEvent_swigregister(WizardEvent)
+    Direction = property(GetDirection,doc="See `GetDirection`") 
+    Page = property(GetPage,doc="See `GetPage`") 
+_wizard.WizardEvent_swigregister(WizardEvent)
 
 class WizardPage(_windows.Panel):
     """Proxy of C++ WizardPage class"""
@@ -114,8 +115,10 @@ class WizardPage(_windows.Panel):
         """GetBitmap(self) -> Bitmap"""
         return _wizard.WizardPage_GetBitmap(*args, **kwargs)
 
-WizardPage_swigregister = _wizard.WizardPage_swigregister
-WizardPage_swigregister(WizardPage)
+    Bitmap = property(GetBitmap,doc="See `GetBitmap`") 
+    Next = property(GetNext,doc="See `GetNext`") 
+    Prev = property(GetPrev,doc="See `GetPrev`") 
+_wizard.WizardPage_swigregister(WizardPage)
 
 class PyWizardPage(WizardPage):
     """Proxy of C++ PyWizardPage class"""
@@ -124,7 +127,7 @@ class PyWizardPage(WizardPage):
     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._setCallbackInfo(self, PyWizardPage);self._setOORInfo(self)
+        self._setOORInfo(self);PyWizardPage._setCallbackInfo(self, self, PyWizardPage)
 
     def Create(*args, **kwargs):
         """Create(self, Wizard parent, Bitmap bitmap=wxNullBitmap, String resource=EmptyString) -> bool"""
@@ -283,8 +286,7 @@ class PyWizardPage(WizardPage):
     base_OnInternalIdle = wx._deprecated(base_OnInternalIdle,
                                    "Please use PyWizardPage.OnInternalIdle instead.")
 
-PyWizardPage_swigregister = _wizard.PyWizardPage_swigregister
-PyWizardPage_swigregister(PyWizardPage)
+_wizard.PyWizardPage_swigregister(PyWizardPage)
 
 def PrePyWizardPage(*args, **kwargs):
     """PrePyWizardPage() -> PyWizardPage"""
@@ -323,8 +325,7 @@ class WizardPageSimple(WizardPage):
         return _wizard.WizardPageSimple_Chain(*args, **kwargs)
 
     Chain = staticmethod(Chain)
-WizardPageSimple_swigregister = _wizard.WizardPageSimple_swigregister
-WizardPageSimple_swigregister(WizardPageSimple)
+_wizard.WizardPageSimple_swigregister(WizardPageSimple)
 
 def PreWizardPageSimple(*args, **kwargs):
     """PreWizardPageSimple() -> WizardPageSimple"""
@@ -403,8 +404,10 @@ class Wizard(_windows.Dialog):
         """HasPrevPage(self, WizardPage page) -> bool"""
         return _wizard.Wizard_HasPrevPage(*args, **kwargs)
 
-Wizard_swigregister = _wizard.Wizard_swigregister
-Wizard_swigregister(Wizard)
+    CurrentPage = property(GetCurrentPage,doc="See `GetCurrentPage`") 
+    PageAreaSizer = property(GetPageAreaSizer,doc="See `GetPageAreaSizer`") 
+    PageSize = property(GetPageSize,SetPageSize,doc="See `GetPageSize` and `SetPageSize`") 
+_wizard.Wizard_swigregister(Wizard)
 
 def PreWizard(*args, **kwargs):
     """PreWizard() -> Wizard"""