X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/196addbfe0f00b96fdeff1f6f29dae33cf95d071..685d898512944add00640b6e37da89159ee4d9b5:/wxPython/src/gtk/wizard.py diff --git a/wxPython/src/gtk/wizard.py b/wxPython/src/gtk/wizard.py index 04629bb764..04d3225f77 100644 --- a/wxPython/src/gtk/wizard.py +++ b/wxPython/src/gtk/wizard.py @@ -236,7 +236,7 @@ class Wizard(windows.Dialog): return "<%s.%s; proxy of C++ wxWizard instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __init__(self, *args, **kwargs): """ - __init__(Window parent, int id=-1, String title=wxEmptyString, + __init__(Window parent, int id=-1, String title=EmptyString, Bitmap bitmap=wxNullBitmap, Point pos=DefaultPosition, long style=DEFAULT_DIALOG_STYLE) -> Wizard """ @@ -248,7 +248,7 @@ class Wizard(windows.Dialog): def Create(*args, **kwargs): """ - Create(Window parent, int id=-1, String title=wxEmptyString, + Create(Window parent, int id=-1, String title=EmptyString, Bitmap bitmap=wxNullBitmap, Point pos=DefaultPosition) -> bool """ return _wizard.Wizard_Create(*args, **kwargs)