reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4750,10 +4750,11 @@ class ListCtrl(_core.Control):
|
||||
"""InsertImageStringItem(self, long index, String label, int imageIndex) -> long"""
|
||||
return _controls_.ListCtrl_InsertImageStringItem(*args, **kwargs)
|
||||
|
||||
def InsertColumnInfo(*args, **kwargs):
|
||||
"""InsertColumnInfo(self, long col, ListItem info) -> long"""
|
||||
return _controls_.ListCtrl_InsertColumnInfo(*args, **kwargs)
|
||||
def InsertColumnItem(*args, **kwargs):
|
||||
"""InsertColumnItem(self, long col, ListItem info) -> long"""
|
||||
return _controls_.ListCtrl_InsertColumnItem(*args, **kwargs)
|
||||
|
||||
InsertColumnInfo = InsertColumnItem
|
||||
def InsertColumn(*args, **kwargs):
|
||||
"""
|
||||
InsertColumn(self, long col, String heading, int format=LIST_FORMAT_LEFT,
|
||||
|
@@ -26013,7 +26013,7 @@ static PyObject *_wrap_ListCtrl_InsertImageStringItem(PyObject *, PyObject *args
|
||||
}
|
||||
|
||||
|
||||
static PyObject *_wrap_ListCtrl_InsertColumnInfo(PyObject *, PyObject *args, PyObject *kwargs) {
|
||||
static PyObject *_wrap_ListCtrl_InsertColumnItem(PyObject *, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxPyListCtrl *arg1 = (wxPyListCtrl *) 0 ;
|
||||
long arg2 ;
|
||||
@@ -26026,7 +26026,7 @@ static PyObject *_wrap_ListCtrl_InsertColumnInfo(PyObject *, PyObject *args, PyO
|
||||
(char *) "self",(char *) "col",(char *) "info", NULL
|
||||
};
|
||||
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertColumnInfo",kwnames,&obj0,&obj1,&obj2)) goto fail;
|
||||
if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:ListCtrl_InsertColumnItem",kwnames,&obj0,&obj1,&obj2)) goto fail;
|
||||
SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_wxPyListCtrl, SWIG_POINTER_EXCEPTION | 0);
|
||||
if (SWIG_arg_fail(1)) SWIG_fail;
|
||||
{
|
||||
@@ -35453,7 +35453,7 @@ static PyMethodDef SwigMethods[] = {
|
||||
{ (char *)"ListCtrl_InsertStringItem", (PyCFunction) _wrap_ListCtrl_InsertStringItem, METH_VARARGS | METH_KEYWORDS, NULL},
|
||||
{ (char *)"ListCtrl_InsertImageItem", (PyCFunction) _wrap_ListCtrl_InsertImageItem, METH_VARARGS | METH_KEYWORDS, NULL},
|
||||
{ (char *)"ListCtrl_InsertImageStringItem", (PyCFunction) _wrap_ListCtrl_InsertImageStringItem, METH_VARARGS | METH_KEYWORDS, NULL},
|
||||
{ (char *)"ListCtrl_InsertColumnInfo", (PyCFunction) _wrap_ListCtrl_InsertColumnInfo, METH_VARARGS | METH_KEYWORDS, NULL},
|
||||
{ (char *)"ListCtrl_InsertColumnItem", (PyCFunction) _wrap_ListCtrl_InsertColumnItem, METH_VARARGS | METH_KEYWORDS, NULL},
|
||||
{ (char *)"ListCtrl_InsertColumn", (PyCFunction) _wrap_ListCtrl_InsertColumn, METH_VARARGS | METH_KEYWORDS, NULL},
|
||||
{ (char *)"ListCtrl_SetItemCount", (PyCFunction) _wrap_ListCtrl_SetItemCount, METH_VARARGS | METH_KEYWORDS, NULL},
|
||||
{ (char *)"ListCtrl_ScrollList", (PyCFunction) _wrap_ListCtrl_ScrollList, METH_VARARGS | METH_KEYWORDS, NULL},
|
||||
|
@@ -524,8 +524,8 @@ class Frame(TopLevelWindow):
|
||||
Command = ProcessCommand
|
||||
def CreateStatusBar(*args, **kwargs):
|
||||
"""
|
||||
CreateStatusBar(self, int number=1, long style=wxDEFAULT_STATUSBAR_STYLE,
|
||||
int winid=0, String name=StatusLineNameStr) -> StatusBar
|
||||
CreateStatusBar(self, int number=1, long style=DEFAULT_STATUSBAR_STYLE, int winid=0,
|
||||
String name=StatusLineNameStr) -> StatusBar
|
||||
"""
|
||||
return _windows_.Frame_CreateStatusBar(*args, **kwargs)
|
||||
|
||||
@@ -865,7 +865,7 @@ class StatusBar(_core.Window):
|
||||
return "<%s.%s; proxy of C++ wxStatusBar instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(self, Window parent, int id=-1, long style=wxDEFAULT_STATUSBAR_STYLE,
|
||||
__init__(self, Window parent, int id=-1, long style=DEFAULT_STATUSBAR_STYLE,
|
||||
String name=StatusLineNameStr) -> StatusBar
|
||||
"""
|
||||
newobj = _windows_.new_StatusBar(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user