reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3163,7 +3163,7 @@ class StyledTextCtrl(_core.Control):
|
||||
"""
|
||||
LineDown(self)
|
||||
|
||||
This is just a wrapper for ScrollLines(1).
|
||||
Move caret down one line.
|
||||
"""
|
||||
return _stc.StyledTextCtrl_LineDown(*args, **kwargs)
|
||||
|
||||
@@ -3323,7 +3323,7 @@ class StyledTextCtrl(_core.Control):
|
||||
"""
|
||||
PageUp(self)
|
||||
|
||||
This is just a wrapper for ScrollPages(-1).
|
||||
Move caret one page up.
|
||||
"""
|
||||
return _stc.StyledTextCtrl_PageUp(*args, **kwargs)
|
||||
|
||||
|
@@ -2117,8 +2117,6 @@ 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)
|
||||
|
||||
@@ -3065,7 +3063,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):
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -16575,7 +16575,7 @@ static PyObject *_wrap_MouseEvent_Button(PyObject *, PyObject *args, PyObject *k
|
||||
PyObject * obj0 = 0 ;
|
||||
PyObject * obj1 = 0 ;
|
||||
char *kwnames[] = {
|
||||
(char *) "self",(char *) "but", NULL
|
||||
(char *) "self",(char *) "button", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:MouseEvent_Button",kwnames,&obj0,&obj1)) goto fail;
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -16575,7 +16575,7 @@ static PyObject *_wrap_MouseEvent_Button(PyObject *, PyObject *args, PyObject *k
|
||||
PyObject * obj0 = 0 ;
|
||||
PyObject * obj1 = 0 ;
|
||||
char *kwnames[] = {
|
||||
(char *) "self",(char *) "but", NULL
|
||||
(char *) "self",(char *) "button", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:MouseEvent_Button",kwnames,&obj0,&obj1)) goto fail;
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -16559,7 +16559,7 @@ static PyObject *_wrap_MouseEvent_Button(PyObject *, PyObject *args, PyObject *k
|
||||
PyObject * obj0 = 0 ;
|
||||
PyObject * obj1 = 0 ;
|
||||
char *kwnames[] = {
|
||||
(char *) "self",(char *) "but", NULL
|
||||
(char *) "self",(char *) "button", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:MouseEvent_Button",kwnames,&obj0,&obj1)) goto fail;
|
||||
|
Reference in New Issue
Block a user