mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-20 04:48:48 +08:00
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1504,19 +1504,11 @@ class CheckListBox(ListBox):
|
||||
return _controls_.CheckListBox_GetItemHeight(*args, **kwargs)
|
||||
|
||||
def HitTest(*args, **kwargs):
|
||||
"""
|
||||
HitTest(self, Point pt) -> int
|
||||
|
||||
Test where the given (in client coords) point lies
|
||||
"""
|
||||
"""HitTest(self, Point pt) -> int"""
|
||||
return _controls_.CheckListBox_HitTest(*args, **kwargs)
|
||||
|
||||
def HitTestXY(*args, **kwargs):
|
||||
"""
|
||||
HitTestXY(self, int x, int y) -> int
|
||||
|
||||
Test where the given (in client coords) point lies
|
||||
"""
|
||||
"""HitTestXY(self, int x, int y) -> int"""
|
||||
return _controls_.CheckListBox_HitTestXY(*args, **kwargs)
|
||||
|
||||
|
||||
@@ -2117,6 +2109,8 @@ class ScrollBar(_core.Control):
|
||||
"""
|
||||
SetScrollbar(self, int position, int thumbSize, int range, int pageSize,
|
||||
bool refresh=True)
|
||||
|
||||
Sets the scrollbar properties of a built-in scrollbar.
|
||||
"""
|
||||
return _controls_.ScrollBar_SetScrollbar(*args, **kwargs)
|
||||
|
||||
|
||||
+403
-74
File diff suppressed because it is too large
Load Diff
+116
-108
File diff suppressed because it is too large
Load Diff
@@ -5870,7 +5870,7 @@ static PyObject *_wrap_Dialog_CreateTextSizer(PyObject *, PyObject *args, PyObje
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
{
|
||||
if (temp2)
|
||||
@@ -5912,7 +5912,7 @@ static PyObject *_wrap_Dialog_CreateButtonSizer(PyObject *, PyObject *args, PyOb
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
@@ -3351,7 +3351,7 @@ static PyObject *_wrap_Wizard_GetPageAreaSizer(PyObject *, PyObject *args, PyObj
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
@@ -1491,19 +1491,11 @@ class CheckListBox(ListBox):
|
||||
return _controls_.CheckListBox_Check(*args, **kwargs)
|
||||
|
||||
def HitTest(*args, **kwargs):
|
||||
"""
|
||||
HitTest(self, Point pt) -> int
|
||||
|
||||
Test where the given (in client coords) point lies
|
||||
"""
|
||||
"""HitTest(self, Point pt) -> int"""
|
||||
return _controls_.CheckListBox_HitTest(*args, **kwargs)
|
||||
|
||||
def HitTestXY(*args, **kwargs):
|
||||
"""
|
||||
HitTestXY(self, int x, int y) -> int
|
||||
|
||||
Test where the given (in client coords) point lies
|
||||
"""
|
||||
"""HitTestXY(self, int x, int y) -> int"""
|
||||
return _controls_.CheckListBox_HitTestXY(*args, **kwargs)
|
||||
|
||||
|
||||
@@ -3052,7 +3044,12 @@ class BookCtrlBaseEvent(_core.NotifyEvent):
|
||||
self.thisown = 1
|
||||
del newobj.thisown
|
||||
def GetSelection(*args, **kwargs):
|
||||
"""GetSelection(self) -> int"""
|
||||
"""
|
||||
GetSelection(self) -> int
|
||||
|
||||
Returns item index for a listbox or choice selection event (not valid
|
||||
for a deselection).
|
||||
"""
|
||||
return _controls_.BookCtrlBaseEvent_GetSelection(*args, **kwargs)
|
||||
|
||||
def SetSelection(*args, **kwargs):
|
||||
|
||||
+403
-74
File diff suppressed because it is too large
Load Diff
+116
-108
File diff suppressed because it is too large
Load Diff
@@ -5925,7 +5925,7 @@ static PyObject *_wrap_Dialog_CreateTextSizer(PyObject *, PyObject *args, PyObje
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
{
|
||||
if (temp2)
|
||||
@@ -5967,7 +5967,7 @@ static PyObject *_wrap_Dialog_CreateButtonSizer(PyObject *, PyObject *args, PyOb
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
@@ -3351,7 +3351,7 @@ static PyObject *_wrap_Wizard_GetPageAreaSizer(PyObject *, PyObject *args, PyObj
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
@@ -1504,19 +1504,11 @@ class CheckListBox(ListBox):
|
||||
return _controls_.CheckListBox_GetItemHeight(*args, **kwargs)
|
||||
|
||||
def HitTest(*args, **kwargs):
|
||||
"""
|
||||
HitTest(self, Point pt) -> int
|
||||
|
||||
Test where the given (in client coords) point lies
|
||||
"""
|
||||
"""HitTest(self, Point pt) -> int"""
|
||||
return _controls_.CheckListBox_HitTest(*args, **kwargs)
|
||||
|
||||
def HitTestXY(*args, **kwargs):
|
||||
"""
|
||||
HitTestXY(self, int x, int y) -> int
|
||||
|
||||
Test where the given (in client coords) point lies
|
||||
"""
|
||||
"""HitTestXY(self, int x, int y) -> int"""
|
||||
return _controls_.CheckListBox_HitTestXY(*args, **kwargs)
|
||||
|
||||
|
||||
@@ -3073,7 +3065,12 @@ class BookCtrlBaseEvent(_core.NotifyEvent):
|
||||
self.thisown = 1
|
||||
del newobj.thisown
|
||||
def GetSelection(*args, **kwargs):
|
||||
"""GetSelection(self) -> int"""
|
||||
"""
|
||||
GetSelection(self) -> int
|
||||
|
||||
Returns item index for a listbox or choice selection event (not valid
|
||||
for a deselection).
|
||||
"""
|
||||
return _controls_.BookCtrlBaseEvent_GetSelection(*args, **kwargs)
|
||||
|
||||
def SetSelection(*args, **kwargs):
|
||||
|
||||
+403
-74
File diff suppressed because it is too large
Load Diff
+116
-108
File diff suppressed because it is too large
Load Diff
@@ -5932,7 +5932,7 @@ static PyObject *_wrap_Dialog_CreateTextSizer(PyObject *, PyObject *args, PyObje
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
{
|
||||
if (temp2)
|
||||
@@ -5974,7 +5974,7 @@ static PyObject *_wrap_Dialog_CreateButtonSizer(PyObject *, PyObject *args, PyOb
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
@@ -3351,7 +3351,7 @@ static PyObject *_wrap_Wizard_GetPageAreaSizer(PyObject *, PyObject *args, PyObj
|
||||
if (PyErr_Occurred()) SWIG_fail;
|
||||
}
|
||||
{
|
||||
resultobj = wxPyMake_wxSizer(result, 0);
|
||||
resultobj = wxPyMake_wxObject(result, 0);
|
||||
}
|
||||
return resultobj;
|
||||
fail:
|
||||
|
||||
Reference in New Issue
Block a user