reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,9 +23,10 @@ class Button(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxButton instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
Validator validator=DefaultValidator, String name=ButtonNameStr) -> Button
|
||||
__init__(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=ButtonNameStr) -> Button
|
||||
|
||||
Create and show a button.
|
||||
"""
|
||||
@@ -37,9 +38,10 @@ class Button(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
Validator validator=DefaultValidator, String name=ButtonNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=ButtonNameStr) -> bool
|
||||
|
||||
Acutally create the GUI Button for 2-phase creation.
|
||||
"""
|
||||
@@ -136,9 +138,9 @@ class BitmapButton(Button):
|
||||
return "<%s.%s; proxy of C++ wxBitmapButton instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Bitmap bitmap, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=BU_AUTODRAW,
|
||||
Validator validator=DefaultValidator,
|
||||
__init__(self, Window parent, int id=-1, Bitmap bitmap=wxNullBitmap,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=BU_AUTODRAW, Validator validator=DefaultValidator,
|
||||
String name=ButtonNameStr) -> BitmapButton
|
||||
|
||||
Create and show a button with a bitmap for the label.
|
||||
@@ -151,9 +153,9 @@ class BitmapButton(Button):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Bitmap bitmap, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=BU_AUTODRAW,
|
||||
Validator validator=DefaultValidator,
|
||||
Create(self, Window parent, int id=-1, Bitmap bitmap=wxNullBitmap,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=BU_AUTODRAW, Validator validator=DefaultValidator,
|
||||
String name=ButtonNameStr) -> bool
|
||||
|
||||
Acutally create the GUI BitmapButton for 2-phase creation.
|
||||
@@ -275,9 +277,10 @@ class CheckBox(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxCheckBox instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
Validator validator=DefaultValidator, String name=CheckBoxNameStr) -> CheckBox
|
||||
__init__(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=CheckBoxNameStr) -> CheckBox
|
||||
|
||||
Creates and shows a CheckBox control
|
||||
"""
|
||||
@@ -289,9 +292,10 @@ class CheckBox(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
Validator validator=DefaultValidator, String name=CheckBoxNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=CheckBoxNameStr) -> bool
|
||||
|
||||
Actually create the GUI CheckBox for 2-phase creation.
|
||||
"""
|
||||
@@ -752,7 +756,7 @@ class Gauge(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxGauge instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, int range, Point pos=DefaultPosition,
|
||||
__init__(self, Window parent, int id=-1, int range=100, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=GA_HORIZONTAL,
|
||||
Validator validator=DefaultValidator,
|
||||
String name=GaugeNameStr) -> Gauge
|
||||
@@ -765,7 +769,7 @@ class Gauge(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, int range, Point pos=DefaultPosition,
|
||||
Create(self, Window parent, int id=-1, int range=100, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=GA_HORIZONTAL,
|
||||
Validator validator=DefaultValidator,
|
||||
String name=GaugeNameStr) -> bool
|
||||
@@ -865,9 +869,9 @@ class StaticBox(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxStaticBox instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
String name=StaticBoxNameStr) -> StaticBox
|
||||
__init__(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=StaticBoxNameStr) -> StaticBox
|
||||
"""
|
||||
newobj = _controls_.new_StaticBox(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -877,9 +881,9 @@ class StaticBox(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
String name=StaticBoxNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=StaticBoxNameStr) -> bool
|
||||
"""
|
||||
return _controls_.StaticBox_Create(*args, **kwargs)
|
||||
|
||||
@@ -942,8 +946,8 @@ class StaticLine(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxStaticLine instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=LI_HORIZONTAL,
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=LI_HORIZONTAL,
|
||||
String name=StaticTextNameStr) -> StaticLine
|
||||
"""
|
||||
newobj = _controls_.new_StaticLine(*args, **kwargs)
|
||||
@@ -954,8 +958,8 @@ class StaticLine(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=LI_HORIZONTAL,
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=LI_HORIZONTAL,
|
||||
String name=StaticTextNameStr) -> bool
|
||||
"""
|
||||
return _controls_.StaticLine_Create(*args, **kwargs)
|
||||
@@ -1029,9 +1033,9 @@ class StaticText(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxStaticText instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
String name=StaticTextNameStr) -> StaticText
|
||||
__init__(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=StaticTextNameStr) -> StaticText
|
||||
"""
|
||||
newobj = _controls_.new_StaticText(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -1041,9 +1045,9 @@ class StaticText(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
String name=StaticTextNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=StaticTextNameStr) -> bool
|
||||
"""
|
||||
return _controls_.StaticText_Create(*args, **kwargs)
|
||||
|
||||
@@ -1103,9 +1107,9 @@ class StaticBitmap(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxStaticBitmap instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Bitmap bitmap, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
String name=StaticBitmapNameStr) -> StaticBitmap
|
||||
__init__(self, Window parent, int id=-1, Bitmap bitmap=wxNullBitmap,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=StaticBitmapNameStr) -> StaticBitmap
|
||||
"""
|
||||
newobj = _controls_.new_StaticBitmap(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -1115,9 +1119,9 @@ class StaticBitmap(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Bitmap bitmap, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
String name=StaticBitmapNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, Bitmap bitmap=wxNullBitmap,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=StaticBitmapNameStr) -> bool
|
||||
"""
|
||||
return _controls_.StaticBitmap_Create(*args, **kwargs)
|
||||
|
||||
@@ -1189,8 +1193,8 @@ class ListBox(_core.ControlWithItems):
|
||||
return "<%s.%s; proxy of C++ wxListBox instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
wxArrayString choices=wxPyEmptyStringArray,
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, wxArrayString choices=wxPyEmptyStringArray,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=ListBoxNameStr) -> ListBox
|
||||
"""
|
||||
@@ -1202,8 +1206,8 @@ class ListBox(_core.ControlWithItems):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
wxArrayString choices=wxPyEmptyStringArray,
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, wxArrayString choices=wxPyEmptyStringArray,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=ListBoxNameStr) -> bool
|
||||
"""
|
||||
@@ -1347,8 +1351,8 @@ class CheckListBox(ListBox):
|
||||
return "<%s.%s; proxy of C++ wxCheckListBox instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
wxArrayString choices=wxPyEmptyStringArray,
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, wxArrayString choices=wxPyEmptyStringArray,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=ListBoxNameStr) -> CheckListBox
|
||||
"""
|
||||
@@ -1360,8 +1364,8 @@ class CheckListBox(ListBox):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
wxArrayString choices=wxPyEmptyStringArray,
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, wxArrayString choices=wxPyEmptyStringArray,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=ListBoxNameStr) -> bool
|
||||
"""
|
||||
@@ -1602,8 +1606,8 @@ class TextCtrl(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String value=EmptyString, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize,
|
||||
__init__(self, Window parent, int id=-1, String value=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=TextCtrlNameStr) -> TextCtrl
|
||||
"""
|
||||
@@ -1615,8 +1619,8 @@ class TextCtrl(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String value=EmptyString, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize,
|
||||
Create(self, Window parent, int id=-1, String value=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=TextCtrlNameStr) -> bool
|
||||
"""
|
||||
@@ -2272,10 +2276,11 @@ class RadioBox(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxRadioBox instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, wxArrayString choices=wxPyEmptyStringArray,
|
||||
int majorDimension=0,
|
||||
long style=RA_HORIZONTAL, Validator validator=DefaultValidator,
|
||||
__init__(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
wxArrayString choices=wxPyEmptyStringArray,
|
||||
int majorDimension=0, long style=RA_HORIZONTAL,
|
||||
Validator validator=DefaultValidator,
|
||||
String name=RadioBoxNameStr) -> RadioBox
|
||||
"""
|
||||
if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']
|
||||
@@ -2287,10 +2292,11 @@ class RadioBox(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, wxArrayString choices=wxPyEmptyStringArray,
|
||||
int majorDimension=0,
|
||||
long style=RA_HORIZONTAL, Validator validator=DefaultValidator,
|
||||
Create(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
wxArrayString choices=wxPyEmptyStringArray,
|
||||
int majorDimension=0, long style=RA_HORIZONTAL,
|
||||
Validator validator=DefaultValidator,
|
||||
String name=RadioBoxNameStr) -> bool
|
||||
"""
|
||||
return _controls_.RadioBox_Create(*args, **kwargs)
|
||||
@@ -2407,9 +2413,10 @@ class RadioButton(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxRadioButton instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
Validator validator=DefaultValidator, String name=RadioButtonNameStr) -> RadioButton
|
||||
__init__(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=RadioButtonNameStr) -> RadioButton
|
||||
"""
|
||||
newobj = _controls_.new_RadioButton(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -2419,9 +2426,10 @@ class RadioButton(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
Validator validator=DefaultValidator, String name=RadioButtonNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=RadioButtonNameStr) -> bool
|
||||
"""
|
||||
return _controls_.RadioButton_Create(*args, **kwargs)
|
||||
|
||||
@@ -2489,9 +2497,10 @@ class Slider(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxSlider instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, int value, int minValue, int maxValue,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=SL_HORIZONTAL, Validator validator=DefaultValidator,
|
||||
__init__(self, Window parent, int id=-1, int value=0, int minValue=0,
|
||||
int maxValue=100, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=SL_HORIZONTAL,
|
||||
Validator validator=DefaultValidator,
|
||||
String name=SliderNameStr) -> Slider
|
||||
"""
|
||||
if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']
|
||||
@@ -2503,9 +2512,10 @@ class Slider(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, int value, int minValue, int maxValue,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=SL_HORIZONTAL, Validator validator=DefaultValidator,
|
||||
Create(self, Window parent, int id=-1, int value=0, int minValue=0,
|
||||
int maxValue=100, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=SL_HORIZONTAL,
|
||||
Validator validator=DefaultValidator,
|
||||
String name=SliderNameStr) -> bool
|
||||
"""
|
||||
return _controls_.Slider_Create(*args, **kwargs)
|
||||
@@ -2654,9 +2664,10 @@ class ToggleButton(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxToggleButton instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
Validator validator=DefaultValidator, String name=ToggleButtonNameStr) -> ToggleButton
|
||||
__init__(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=ToggleButtonNameStr) -> ToggleButton
|
||||
"""
|
||||
newobj = _controls_.new_ToggleButton(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -2666,9 +2677,10 @@ class ToggleButton(_core.Control):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0,
|
||||
Validator validator=DefaultValidator, String name=ToggleButtonNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String label=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
String name=ToggleButtonNameStr) -> bool
|
||||
"""
|
||||
return _controls_.ToggleButton_Create(*args, **kwargs)
|
||||
|
||||
@@ -2931,8 +2943,8 @@ class Notebook(BookCtrl):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=NOTEBOOK_NAME) -> bool
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, String name=NOTEBOOK_NAME) -> bool
|
||||
"""
|
||||
return _controls_.Notebook_Create(*args, **kwargs)
|
||||
|
||||
@@ -3085,8 +3097,8 @@ class Listbook(BookCtrl):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=EmptyString) -> bool
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, String name=EmptyString) -> bool
|
||||
"""
|
||||
return _controls_.Listbook_Create(*args, **kwargs)
|
||||
|
||||
@@ -3147,11 +3159,23 @@ class BookCtrlSizer(_core.Sizer):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def RecalcSizes(*args, **kwargs):
|
||||
"""RecalcSizes(self)"""
|
||||
"""
|
||||
RecalcSizes(self)
|
||||
|
||||
Using the sizes calculated by `CalcMin` reposition and resize all the
|
||||
items managed by this sizer. You should not need to call this directly as
|
||||
it is called by `Layout`.
|
||||
"""
|
||||
return _controls_.BookCtrlSizer_RecalcSizes(*args, **kwargs)
|
||||
|
||||
def CalcMin(*args, **kwargs):
|
||||
"""CalcMin(self) -> Size"""
|
||||
"""
|
||||
CalcMin(self) -> Size
|
||||
|
||||
This method is where the sizer will do the actual calculation of its
|
||||
children's minimal sizes. You should not need to call this directly as
|
||||
it is called by `Layout`.
|
||||
"""
|
||||
return _controls_.BookCtrlSizer_CalcMin(*args, **kwargs)
|
||||
|
||||
def GetControl(*args, **kwargs):
|
||||
@@ -3178,11 +3202,23 @@ class NotebookSizer(_core.Sizer):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def RecalcSizes(*args, **kwargs):
|
||||
"""RecalcSizes(self)"""
|
||||
"""
|
||||
RecalcSizes(self)
|
||||
|
||||
Using the sizes calculated by `CalcMin` reposition and resize all the
|
||||
items managed by this sizer. You should not need to call this directly as
|
||||
it is called by `Layout`.
|
||||
"""
|
||||
return _controls_.NotebookSizer_RecalcSizes(*args, **kwargs)
|
||||
|
||||
def CalcMin(*args, **kwargs):
|
||||
"""CalcMin(self) -> Size"""
|
||||
"""
|
||||
CalcMin(self) -> Size
|
||||
|
||||
This method is where the sizer will do the actual calculation of its
|
||||
children's minimal sizes. You should not need to call this directly as
|
||||
it is called by `Layout`.
|
||||
"""
|
||||
return _controls_.NotebookSizer_CalcMin(*args, **kwargs)
|
||||
|
||||
def GetNotebook(*args, **kwargs):
|
||||
@@ -3472,6 +3508,7 @@ class ToolBarBase(_core.Control):
|
||||
|
||||
# For consistency with the backwards compatible methods above, here are
|
||||
# some non-'Label' versions of the Check and Radio methods
|
||||
|
||||
def AddCheckTool(self, id, bitmap,
|
||||
bmpDisabled = wx.NullBitmap,
|
||||
shortHelp = '', longHelp = '',
|
||||
@@ -3672,8 +3709,8 @@ class ToolBar(ToolBarBase):
|
||||
return "<%s.%s; proxy of C++ wxToolBar instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxNO_BORDER|wxTB_HORIZONTAL,
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxNO_BORDER|wxTB_HORIZONTAL,
|
||||
String name=wxPyToolBarNameStr) -> ToolBar
|
||||
"""
|
||||
newobj = _controls_.new_ToolBar(*args, **kwargs)
|
||||
@@ -3684,8 +3721,8 @@ class ToolBar(ToolBarBase):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxNO_BORDER|wxTB_HORIZONTAL,
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxNO_BORDER|wxTB_HORIZONTAL,
|
||||
String name=wxPyToolBarNameStr) -> bool
|
||||
"""
|
||||
return _controls_.ToolBar_Create(*args, **kwargs)
|
||||
@@ -5411,8 +5448,8 @@ class PyControl(_core.Control):
|
||||
return "<%s.%s; proxy of C++ wxPyControl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, Validator validator=DefaultValidator,
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, Validator validator=DefaultValidator,
|
||||
String name=ControlNameStr) -> PyControl
|
||||
"""
|
||||
newobj = _controls_.new_PyControl(*args, **kwargs)
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -27,8 +27,6 @@ class Panel(_core.Window):
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER,
|
||||
String name=PanelNameStr) -> bool
|
||||
|
||||
Create the GUI part of the Window for 2-phase creation mode.
|
||||
"""
|
||||
return _windows_.Panel_Create(*args, **kwargs)
|
||||
|
||||
@@ -112,8 +110,6 @@ class ScrolledWindow(Panel):
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxHSCROLL|wxVSCROLL,
|
||||
String name=PanelNameStr) -> bool
|
||||
|
||||
Create the GUI part of the Window for 2-phase creation mode.
|
||||
"""
|
||||
return _windows_.ScrolledWindow_Create(*args, **kwargs)
|
||||
|
||||
@@ -365,9 +361,9 @@ class Frame(TopLevelWindow):
|
||||
return "<%s.%s; proxy of C++ wxFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
|
||||
String name=FrameNameStr) -> Frame
|
||||
__init__(self, Window parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> Frame
|
||||
"""
|
||||
newobj = _windows_.new_Frame(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -377,9 +373,9 @@ class Frame(TopLevelWindow):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
|
||||
String name=FrameNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> bool
|
||||
"""
|
||||
return _windows_.Frame_Create(*args, **kwargs)
|
||||
|
||||
@@ -525,9 +521,9 @@ class Dialog(TopLevelWindow):
|
||||
return "<%s.%s; proxy of C++ wxDialog instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=DEFAULT_DIALOG_STYLE,
|
||||
String name=DialogNameStr) -> Dialog
|
||||
__init__(self, Window parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=DEFAULT_DIALOG_STYLE, String name=DialogNameStr) -> Dialog
|
||||
"""
|
||||
newobj = _windows_.new_Dialog(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -537,9 +533,9 @@ class Dialog(TopLevelWindow):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=DEFAULT_DIALOG_STYLE,
|
||||
String name=DialogNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=DEFAULT_DIALOG_STYLE, String name=DialogNameStr) -> bool
|
||||
"""
|
||||
return _windows_.Dialog_Create(*args, **kwargs)
|
||||
|
||||
@@ -627,9 +623,9 @@ class MiniFrame(Frame):
|
||||
return "<%s.%s; proxy of C++ wxMiniFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
|
||||
String name=FrameNameStr) -> MiniFrame
|
||||
__init__(self, Window parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> MiniFrame
|
||||
"""
|
||||
newobj = _windows_.new_MiniFrame(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -639,9 +635,9 @@ class MiniFrame(Frame):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
|
||||
String name=FrameNameStr) -> bool
|
||||
Create(self, Window parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> bool
|
||||
"""
|
||||
return _windows_.MiniFrame_Create(*args, **kwargs)
|
||||
|
||||
@@ -702,7 +698,7 @@ class SplashScreen(Frame):
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Bitmap bitmap, long splashStyle, int milliseconds,
|
||||
Window parent, int id, Point pos=DefaultPosition,
|
||||
Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxSIMPLE_BORDER|wxFRAME_NO_TASKBAR|wxSTAY_ON_TOP) -> SplashScreen
|
||||
"""
|
||||
newobj = _windows_.new_SplashScreen(*args, **kwargs)
|
||||
@@ -748,7 +744,7 @@ class StatusBar(_core.Window):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(self, Window parent, int id, long style=ST_SIZEGRIP, String name=StatusLineNameStr) -> bool"""
|
||||
"""Create(self, Window parent, int id=-1, long style=ST_SIZEGRIP, String name=StatusLineNameStr) -> bool"""
|
||||
return _windows_.StatusBar_Create(*args, **kwargs)
|
||||
|
||||
def SetFieldsCount(*args, **kwargs):
|
||||
@@ -1259,8 +1255,8 @@ class SashWindow(_core.Window):
|
||||
return "<%s.%s; proxy of C++ wxSashWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxSW_3D,
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
|
||||
String name=SashNameStr) -> SashWindow
|
||||
"""
|
||||
newobj = _windows_.new_SashWindow(*args, **kwargs)
|
||||
@@ -1271,8 +1267,8 @@ class SashWindow(_core.Window):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxSW_3D,
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
|
||||
String name=SashNameStr) -> bool
|
||||
"""
|
||||
return _windows_.SashWindow_Create(*args, **kwargs)
|
||||
@@ -1529,8 +1525,8 @@ class SashLayoutWindow(SashWindow):
|
||||
return "<%s.%s; proxy of C++ wxSashLayoutWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxSW_3D,
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
|
||||
String name=SashLayoutNameStr) -> SashLayoutWindow
|
||||
"""
|
||||
newobj = _windows_.new_SashLayoutWindow(*args, **kwargs)
|
||||
@@ -1541,8 +1537,8 @@ class SashLayoutWindow(SashWindow):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxSW_3D,
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
|
||||
String name=SashLayoutNameStr) -> bool
|
||||
"""
|
||||
return _windows_.SashLayoutWindow_Create(*args, **kwargs)
|
||||
@@ -2145,7 +2141,7 @@ class ColourData(_core.Object):
|
||||
|
||||
Gets the i'th custom colour associated with the colour dialog. i
|
||||
should be an integer between 0 and 15. The default custom colours are
|
||||
all white.
|
||||
all invalid colours.
|
||||
"""
|
||||
return _windows_.ColourData_GetCustomColour(*args, **kwargs)
|
||||
|
||||
@@ -2173,7 +2169,7 @@ class ColourData(_core.Object):
|
||||
SetCustomColour(self, int i, Colour colour)
|
||||
|
||||
Sets the i'th custom colour for the colour dialog. i should be an
|
||||
integer between 0 and 15. The default custom colours are all white.
|
||||
integer between 0 and 15. The default custom colours are all invalid colours.
|
||||
"""
|
||||
return _windows_.ColourData_SetCustomColour(*args, **kwargs)
|
||||
|
||||
@@ -3130,8 +3126,9 @@ class MDIParentFrame(Frame):
|
||||
return "<%s.%s; proxy of C++ wxMDIParentFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
|
||||
__init__(self, Window parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
|
||||
String name=FrameNameStr) -> MDIParentFrame
|
||||
"""
|
||||
newobj = _windows_.new_MDIParentFrame(*args, **kwargs)
|
||||
@@ -3142,8 +3139,9 @@ class MDIParentFrame(Frame):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
|
||||
Create(self, Window parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
|
||||
String name=FrameNameStr) -> bool
|
||||
"""
|
||||
return _windows_.MDIParentFrame_Create(*args, **kwargs)
|
||||
@@ -3199,8 +3197,9 @@ class MDIChildFrame(Frame):
|
||||
return "<%s.%s; proxy of C++ wxMDIChildFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, MDIParentFrame parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
|
||||
__init__(self, MDIParentFrame parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=DEFAULT_FRAME_STYLE,
|
||||
String name=FrameNameStr) -> MDIChildFrame
|
||||
"""
|
||||
newobj = _windows_.new_MDIChildFrame(*args, **kwargs)
|
||||
@@ -3211,8 +3210,9 @@ class MDIChildFrame(Frame):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, MDIParentFrame parent, int id, String title, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
|
||||
Create(self, MDIParentFrame parent, int id=-1, String title=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=DEFAULT_FRAME_STYLE,
|
||||
String name=FrameNameStr) -> bool
|
||||
"""
|
||||
return _windows_.MDIChildFrame_Create(*args, **kwargs)
|
||||
@@ -3279,8 +3279,8 @@ class PyWindow(_core.Window):
|
||||
return "<%s.%s; proxy of C++ wxPyWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=PanelNameStr) -> PyWindow
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyWindow
|
||||
"""
|
||||
newobj = _windows_.new_PyWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -3399,8 +3399,8 @@ class PyPanel(Panel):
|
||||
return "<%s.%s; proxy of C++ wxPyPanel instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=PanelNameStr) -> PyPanel
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyPanel
|
||||
"""
|
||||
newobj = _windows_.new_PyPanel(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
@@ -3519,8 +3519,8 @@ class PyScrolledWindow(ScrolledWindow):
|
||||
return "<%s.%s; proxy of C++ wxPyScrolledWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=0, String name=PanelNameStr) -> PyScrolledWindow
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyScrolledWindow
|
||||
"""
|
||||
newobj = _windows_.new_PyScrolledWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
|
@@ -3035,8 +3035,9 @@ static PyObject * TopLevelWindow_swigregister(PyObject *self, PyObject *args) {
|
||||
static PyObject *_wrap_new_Frame(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
wxString *arg3 = 0 ;
|
||||
int arg2 = (int) (int)-1 ;
|
||||
wxString const &arg3_defvalue = wxPyEmptyString ;
|
||||
wxString *arg3 = (wxString *) &arg3_defvalue ;
|
||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||
@@ -3060,15 +3061,19 @@ static PyObject *_wrap_new_Frame(PyObject *self, PyObject *args, PyObject *kwarg
|
||||
(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_Frame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_Frame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
if (obj1) {
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
}
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
@@ -3155,8 +3160,9 @@ static PyObject *_wrap_Frame_Create(PyObject *self, PyObject *args, PyObject *kw
|
||||
PyObject *resultobj;
|
||||
wxFrame *arg1 = (wxFrame *) 0 ;
|
||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||
int arg3 ;
|
||||
wxString *arg4 = 0 ;
|
||||
int arg3 = (int) (int)-1 ;
|
||||
wxString const &arg4_defvalue = wxPyEmptyString ;
|
||||
wxString *arg4 = (wxString *) &arg4_defvalue ;
|
||||
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
||||
wxSize const &arg6_defvalue = wxDefaultSize ;
|
||||
@@ -3181,17 +3187,21 @@ static PyObject *_wrap_Frame_Create(PyObject *self, PyObject *args, PyObject *kw
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:Frame_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:Frame_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxFrame,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
if (obj2) {
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
}
|
||||
}
|
||||
if (obj4) {
|
||||
{
|
||||
@@ -3968,8 +3978,9 @@ static PyObject * Frame_swigregister(PyObject *self, PyObject *args) {
|
||||
static PyObject *_wrap_new_Dialog(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
wxString *arg3 = 0 ;
|
||||
int arg2 = (int) (int)-1 ;
|
||||
wxString const &arg3_defvalue = wxPyEmptyString ;
|
||||
wxString *arg3 = (wxString *) &arg3_defvalue ;
|
||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||
@@ -3993,15 +4004,19 @@ static PyObject *_wrap_new_Dialog(PyObject *self, PyObject *args, PyObject *kwar
|
||||
(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_Dialog",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_Dialog",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
if (obj1) {
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
}
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
@@ -4088,8 +4103,9 @@ static PyObject *_wrap_Dialog_Create(PyObject *self, PyObject *args, PyObject *k
|
||||
PyObject *resultobj;
|
||||
wxDialog *arg1 = (wxDialog *) 0 ;
|
||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||
int arg3 ;
|
||||
wxString *arg4 = 0 ;
|
||||
int arg3 = (int) (int)-1 ;
|
||||
wxString const &arg4_defvalue = wxPyEmptyString ;
|
||||
wxString *arg4 = (wxString *) &arg4_defvalue ;
|
||||
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
||||
wxSize const &arg6_defvalue = wxDefaultSize ;
|
||||
@@ -4114,17 +4130,21 @@ static PyObject *_wrap_Dialog_Create(PyObject *self, PyObject *args, PyObject *k
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:Dialog_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:Dialog_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxDialog,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
if (obj2) {
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
}
|
||||
}
|
||||
if (obj4) {
|
||||
{
|
||||
@@ -4438,8 +4458,9 @@ static PyObject * Dialog_swigregister(PyObject *self, PyObject *args) {
|
||||
static PyObject *_wrap_new_MiniFrame(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
wxString *arg3 = 0 ;
|
||||
int arg2 = (int) (int)-1 ;
|
||||
wxString const &arg3_defvalue = wxPyEmptyString ;
|
||||
wxString *arg3 = (wxString *) &arg3_defvalue ;
|
||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||
@@ -4463,15 +4484,19 @@ static PyObject *_wrap_new_MiniFrame(PyObject *self, PyObject *args, PyObject *k
|
||||
(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_MiniFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_MiniFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
if (obj1) {
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
}
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
@@ -4554,8 +4579,9 @@ static PyObject *_wrap_MiniFrame_Create(PyObject *self, PyObject *args, PyObject
|
||||
PyObject *resultobj;
|
||||
wxMiniFrame *arg1 = (wxMiniFrame *) 0 ;
|
||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||
int arg3 ;
|
||||
wxString *arg4 = 0 ;
|
||||
int arg3 = (int) (int)-1 ;
|
||||
wxString const &arg4_defvalue = wxPyEmptyString ;
|
||||
wxString *arg4 = (wxString *) &arg4_defvalue ;
|
||||
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
||||
wxSize const &arg6_defvalue = wxDefaultSize ;
|
||||
@@ -4580,17 +4606,21 @@ static PyObject *_wrap_MiniFrame_Create(PyObject *self, PyObject *args, PyObject
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:MiniFrame_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:MiniFrame_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxMiniFrame,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
if (obj2) {
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
}
|
||||
}
|
||||
if (obj4) {
|
||||
{
|
||||
@@ -4799,7 +4829,7 @@ static PyObject *_wrap_new_SplashScreen(PyObject *self, PyObject *args, PyObject
|
||||
long arg2 ;
|
||||
int arg3 ;
|
||||
wxWindow *arg4 = (wxWindow *) 0 ;
|
||||
int arg5 ;
|
||||
int arg5 = (int) -1 ;
|
||||
wxPoint const &arg6_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg6 = (wxPoint *) &arg6_defvalue ;
|
||||
wxSize const &arg7_defvalue = wxDefaultSize ;
|
||||
@@ -4820,7 +4850,7 @@ static PyObject *_wrap_new_SplashScreen(PyObject *self, PyObject *args, PyObject
|
||||
(char *) "bitmap",(char *) "splashStyle",(char *) "milliseconds",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|OOO:new_SplashScreen",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:new_SplashScreen",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxBitmap,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1)
|
||||
SWIG_fail;
|
||||
@@ -4834,8 +4864,10 @@ static PyObject *_wrap_new_SplashScreen(PyObject *self, PyObject *args, PyObject
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg5 = (int) SWIG_AsInt(obj4);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj4) {
|
||||
arg5 = (int) SWIG_AsInt(obj4);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj5) {
|
||||
{
|
||||
arg6 = &temp6;
|
||||
@@ -5041,7 +5073,7 @@ static PyObject *_wrap_StatusBar_Create(PyObject *self, PyObject *args, PyObject
|
||||
PyObject *resultobj;
|
||||
wxStatusBar *arg1 = (wxStatusBar *) 0 ;
|
||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||
int arg3 ;
|
||||
int arg3 = (int) -1 ;
|
||||
long arg4 = (long) wxST_SIZEGRIP ;
|
||||
wxString const &arg5_defvalue = wxPyStatusLineNameStr ;
|
||||
wxString *arg5 = (wxString *) &arg5_defvalue ;
|
||||
@@ -5056,13 +5088,15 @@ static PyObject *_wrap_StatusBar_Create(PyObject *self, PyObject *args, PyObject
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OO:StatusBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOO:StatusBar_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxStatusBar,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj2) {
|
||||
arg3 = (int) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
arg4 = (long) SWIG_AsLong(obj3);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
@@ -6672,7 +6706,7 @@ static PyObject *_wrap_SashLayoutNameStr_get() {
|
||||
static PyObject *_wrap_new_SashWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
int arg2 = (int) -1 ;
|
||||
wxPoint const &arg3_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
|
||||
wxSize const &arg4_defvalue = wxDefaultSize ;
|
||||
@@ -6694,11 +6728,13 @@ static PyObject *_wrap_new_SashWindow(PyObject *self, PyObject *args, PyObject *
|
||||
(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_SashWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_SashWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj1) {
|
||||
arg2 = (int) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = &temp3;
|
||||
@@ -6772,7 +6808,7 @@ static PyObject *_wrap_SashWindow_Create(PyObject *self, PyObject *args, PyObjec
|
||||
PyObject *resultobj;
|
||||
wxSashWindow *arg1 = (wxSashWindow *) 0 ;
|
||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||
int arg3 ;
|
||||
int arg3 = (int) -1 ;
|
||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||
@@ -6795,13 +6831,15 @@ static PyObject *_wrap_SashWindow_Create(PyObject *self, PyObject *args, PyObjec
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:SashWindow_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:SashWindow_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSashWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj2) {
|
||||
arg3 = (int) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
arg4 = &temp4;
|
||||
@@ -8096,7 +8134,7 @@ static PyObject * CalculateLayoutEvent_swigregister(PyObject *self, PyObject *ar
|
||||
static PyObject *_wrap_new_SashLayoutWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
int arg2 = (int) -1 ;
|
||||
wxPoint const &arg3_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
|
||||
wxSize const &arg4_defvalue = wxDefaultSize ;
|
||||
@@ -8118,11 +8156,13 @@ static PyObject *_wrap_new_SashLayoutWindow(PyObject *self, PyObject *args, PyOb
|
||||
(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_SashLayoutWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_SashLayoutWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj1) {
|
||||
arg2 = (int) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = &temp3;
|
||||
@@ -8196,7 +8236,7 @@ static PyObject *_wrap_SashLayoutWindow_Create(PyObject *self, PyObject *args, P
|
||||
PyObject *resultobj;
|
||||
wxSashLayoutWindow *arg1 = (wxSashLayoutWindow *) 0 ;
|
||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||
int arg3 ;
|
||||
int arg3 = (int) -1 ;
|
||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||
@@ -8219,13 +8259,15 @@ static PyObject *_wrap_SashLayoutWindow_Create(PyObject *self, PyObject *args, P
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:SashLayoutWindow_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:SashLayoutWindow_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxSashLayoutWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj2) {
|
||||
arg3 = (int) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
arg4 = &temp4;
|
||||
@@ -12464,7 +12506,7 @@ static PyObject *_wrap_new_MultiChoiceDialog(PyObject *self, PyObject *args, PyO
|
||||
wxString *arg2 = 0 ;
|
||||
wxString *arg3 = 0 ;
|
||||
int arg4 = (int) 0 ;
|
||||
wxString *arg5 = (wxString *) 0 ;
|
||||
wxString *arg5 = (wxString *) NULL ;
|
||||
long arg6 = (long) wxCHOICEDLG_STYLE ;
|
||||
wxPoint const &arg7_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg7 = (wxPoint *) &arg7_defvalue ;
|
||||
@@ -14493,8 +14535,9 @@ static PyObject * FindReplaceDialog_swigregister(PyObject *self, PyObject *args)
|
||||
static PyObject *_wrap_new_MDIParentFrame(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
wxString *arg3 = 0 ;
|
||||
int arg2 = (int) (int)-1 ;
|
||||
wxString const &arg3_defvalue = wxPyEmptyString ;
|
||||
wxString *arg3 = (wxString *) &arg3_defvalue ;
|
||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||
@@ -14518,15 +14561,19 @@ static PyObject *_wrap_new_MDIParentFrame(PyObject *self, PyObject *args, PyObje
|
||||
(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_MDIParentFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_MDIParentFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
if (obj1) {
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
}
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
@@ -14609,8 +14656,9 @@ static PyObject *_wrap_MDIParentFrame_Create(PyObject *self, PyObject *args, PyO
|
||||
PyObject *resultobj;
|
||||
wxMDIParentFrame *arg1 = (wxMDIParentFrame *) 0 ;
|
||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||
int arg3 ;
|
||||
wxString *arg4 = 0 ;
|
||||
int arg3 = (int) (int)-1 ;
|
||||
wxString const &arg4_defvalue = wxPyEmptyString ;
|
||||
wxString *arg4 = (wxString *) &arg4_defvalue ;
|
||||
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
||||
wxSize const &arg6_defvalue = wxDefaultSize ;
|
||||
@@ -14635,17 +14683,21 @@ static PyObject *_wrap_MDIParentFrame_Create(PyObject *self, PyObject *args, PyO
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:MDIParentFrame_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:MDIParentFrame_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxMDIParentFrame,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
if (obj2) {
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
}
|
||||
}
|
||||
if (obj4) {
|
||||
{
|
||||
@@ -14921,8 +14973,9 @@ static PyObject * MDIParentFrame_swigregister(PyObject *self, PyObject *args) {
|
||||
static PyObject *_wrap_new_MDIChildFrame(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxMDIParentFrame *arg1 = (wxMDIParentFrame *) 0 ;
|
||||
int arg2 ;
|
||||
wxString *arg3 = 0 ;
|
||||
int arg2 = (int) (int)-1 ;
|
||||
wxString const &arg3_defvalue = wxPyEmptyString ;
|
||||
wxString *arg3 = (wxString *) &arg3_defvalue ;
|
||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||
@@ -14946,15 +14999,19 @@ static PyObject *_wrap_new_MDIChildFrame(PyObject *self, PyObject *args, PyObjec
|
||||
(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:new_MDIChildFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOOO:new_MDIChildFrame",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxMDIParentFrame,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
if (obj1) {
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = wxString_in_helper(obj2);
|
||||
if (arg3 == NULL) SWIG_fail;
|
||||
temp3 = True;
|
||||
}
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
@@ -15041,8 +15098,9 @@ static PyObject *_wrap_MDIChildFrame_Create(PyObject *self, PyObject *args, PyOb
|
||||
PyObject *resultobj;
|
||||
wxMDIChildFrame *arg1 = (wxMDIChildFrame *) 0 ;
|
||||
wxMDIParentFrame *arg2 = (wxMDIParentFrame *) 0 ;
|
||||
int arg3 ;
|
||||
wxString *arg4 = 0 ;
|
||||
int arg3 = (int) (int)-1 ;
|
||||
wxString const &arg4_defvalue = wxPyEmptyString ;
|
||||
wxString *arg4 = (wxString *) &arg4_defvalue ;
|
||||
wxPoint const &arg5_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg5 = (wxPoint *) &arg5_defvalue ;
|
||||
wxSize const &arg6_defvalue = wxDefaultSize ;
|
||||
@@ -15067,17 +15125,21 @@ static PyObject *_wrap_MDIChildFrame_Create(PyObject *self, PyObject *args, PyOb
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO|OOOO:MDIChildFrame_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOOO:MDIChildFrame_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxMDIChildFrame,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxMDIParentFrame,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
if (obj2) {
|
||||
arg3 = (int const) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
arg4 = wxString_in_helper(obj3);
|
||||
if (arg4 == NULL) SWIG_fail;
|
||||
temp4 = True;
|
||||
}
|
||||
}
|
||||
if (obj4) {
|
||||
{
|
||||
@@ -15328,7 +15390,7 @@ static PyObject * MDIClientWindow_swigregister(PyObject *self, PyObject *args) {
|
||||
static PyObject *_wrap_new_PyWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
int arg2 = (int) (int)-1 ;
|
||||
wxPoint const &arg3_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
|
||||
wxSize const &arg4_defvalue = wxDefaultSize ;
|
||||
@@ -15350,11 +15412,13 @@ static PyObject *_wrap_new_PyWindow(PyObject *self, PyObject *args, PyObject *kw
|
||||
(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_PyWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_PyWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj1) {
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = &temp3;
|
||||
@@ -16171,7 +16235,7 @@ static PyObject * PyWindow_swigregister(PyObject *self, PyObject *args) {
|
||||
static PyObject *_wrap_new_PyPanel(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
int arg2 = (int) (int)-1 ;
|
||||
wxPoint const &arg3_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
|
||||
wxSize const &arg4_defvalue = wxDefaultSize ;
|
||||
@@ -16193,11 +16257,13 @@ static PyObject *_wrap_new_PyPanel(PyObject *self, PyObject *args, PyObject *kwa
|
||||
(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_PyPanel",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_PyPanel",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj1) {
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = &temp3;
|
||||
@@ -17014,7 +17080,7 @@ static PyObject * PyPanel_swigregister(PyObject *self, PyObject *args) {
|
||||
static PyObject *_wrap_new_PyScrolledWindow(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
int arg2 = (int) (int)-1 ;
|
||||
wxPoint const &arg3_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
|
||||
wxSize const &arg4_defvalue = wxDefaultSize ;
|
||||
@@ -17036,11 +17102,13 @@ static PyObject *_wrap_new_PyScrolledWindow(PyObject *self, PyObject *args, PyOb
|
||||
(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_PyScrolledWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_PyScrolledWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj1) {
|
||||
arg2 = (int const) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = &temp3;
|
||||
|
@@ -1217,8 +1217,8 @@ class Grid(_windows.ScrolledWindow):
|
||||
return "<%s.%s; proxy of C++ wxGrid instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=WANTS_CHARS,
|
||||
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=WANTS_CHARS,
|
||||
String name=PanelNameStr) -> Grid
|
||||
"""
|
||||
newobj = _grid.new_Grid(*args, **kwargs)
|
||||
@@ -1229,8 +1229,8 @@ class Grid(_windows.ScrolledWindow):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=WANTS_CHARS,
|
||||
Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=WANTS_CHARS,
|
||||
String name=PanelNameStr) -> bool
|
||||
"""
|
||||
return _grid.Grid_Create(*args, **kwargs)
|
||||
|
@@ -8017,7 +8017,7 @@ static PyObject * GridCellCoords_swigregister(PyObject *self, PyObject *args) {
|
||||
static PyObject *_wrap_new_Grid(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxWindow *arg1 = (wxWindow *) 0 ;
|
||||
int arg2 ;
|
||||
int arg2 = (int) -1 ;
|
||||
wxPoint const &arg3_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg3 = (wxPoint *) &arg3_defvalue ;
|
||||
wxSize const &arg4_defvalue = wxDefaultSize ;
|
||||
@@ -8039,11 +8039,13 @@ static PyObject *_wrap_new_Grid(PyObject *self, PyObject *args, PyObject *kwargs
|
||||
(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:new_Grid",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Grid",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg2 = (int) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj1) {
|
||||
arg2 = (int) SWIG_AsInt(obj1);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj2) {
|
||||
{
|
||||
arg3 = &temp3;
|
||||
@@ -8121,7 +8123,7 @@ static PyObject *_wrap_Grid_Create(PyObject *self, PyObject *args, PyObject *kwa
|
||||
PyObject *resultobj;
|
||||
wxGrid *arg1 = (wxGrid *) 0 ;
|
||||
wxWindow *arg2 = (wxWindow *) 0 ;
|
||||
int arg3 ;
|
||||
int arg3 = (int) -1 ;
|
||||
wxPoint const &arg4_defvalue = wxDefaultPosition ;
|
||||
wxPoint *arg4 = (wxPoint *) &arg4_defvalue ;
|
||||
wxSize const &arg5_defvalue = wxDefaultSize ;
|
||||
@@ -8144,13 +8146,15 @@ static PyObject *_wrap_Grid_Create(PyObject *self, PyObject *args, PyObject *kwa
|
||||
(char *) "self",(char *) "parent",(char *) "id",(char *) "pos",(char *) "size",(char *) "style",(char *) "name", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|OOOO:Grid_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOOO:Grid_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail;
|
||||
if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxGrid,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow,
|
||||
SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail;
|
||||
arg3 = (int) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
if (obj2) {
|
||||
arg3 = (int) SWIG_AsInt(obj2);
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
if (obj3) {
|
||||
{
|
||||
arg4 = &temp4;
|
||||
|
Reference in New Issue
Block a user