Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
3701 lines
136 KiB
C++
3701 lines
136 KiB
C++
/*
|
|
* FILE : gtk/windows2.cpp
|
|
*
|
|
* This file was automatically generated by :
|
|
* Simplified Wrapper and Interface Generator (SWIG)
|
|
* Version 1.1 (Patch 5)
|
|
*
|
|
* Portions Copyright (c) 1995-1998
|
|
* The University of Utah and The Regents of the University of California.
|
|
* Permission is granted to distribute this file in any manner provided
|
|
* this notice remains intact.
|
|
*
|
|
* Do not make changes to this file--changes will be lost!
|
|
*
|
|
*/
|
|
|
|
|
|
#define SWIGCODE
|
|
/* Implementation : PYTHON */
|
|
|
|
#define SWIGPYTHON
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
/* Definitions for Windows/Unix exporting */
|
|
#if defined(__WIN32__)
|
|
# if defined(_MSC_VER)
|
|
# define SWIGEXPORT(a,b) __declspec(dllexport) a b
|
|
# else
|
|
# if defined(__BORLANDC__)
|
|
# define SWIGEXPORT(a,b) a _export b
|
|
# else
|
|
# define SWIGEXPORT(a,b) a b
|
|
# endif
|
|
# endif
|
|
#else
|
|
# define SWIGEXPORT(a,b) a b
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include "Python.h"
|
|
extern void SWIG_MakePtr(char *, void *, char *);
|
|
extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
|
|
extern char *SWIG_GetPtr(char *, void **, char *);
|
|
extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
|
|
extern PyObject *SWIG_newvarlink(void);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#define SWIG_init initwindows2c
|
|
|
|
#define SWIG_name "windows2c"
|
|
|
|
#include "helpers.h"
|
|
#include <wx/grid.h>
|
|
#include <wx/notebook.h>
|
|
#include <wx/splitter.h>
|
|
#ifdef __WXMSW__
|
|
#include <wx/msw/taskbar.h>
|
|
#endif
|
|
|
|
static PyObject* l_output_helper(PyObject* target, PyObject* o) {
|
|
PyObject* o2;
|
|
PyObject* o3;
|
|
if (!target) {
|
|
target = o;
|
|
} else if (target == Py_None) {
|
|
Py_DECREF(Py_None);
|
|
target = o;
|
|
} else {
|
|
if (!PyList_Check(target)) {
|
|
o2 = target;
|
|
target = PyList_New(0);
|
|
PyList_Append(target, o2);
|
|
Py_XDECREF(o2);
|
|
}
|
|
PyList_Append(target,o);
|
|
Py_XDECREF(o);
|
|
}
|
|
return target;
|
|
}
|
|
|
|
static PyObject* t_output_helper(PyObject* target, PyObject* o) {
|
|
PyObject* o2;
|
|
PyObject* o3;
|
|
|
|
if (!target) {
|
|
target = o;
|
|
} else if (target == Py_None) {
|
|
Py_DECREF(Py_None);
|
|
target = o;
|
|
} else {
|
|
if (!PyTuple_Check(target)) {
|
|
o2 = target;
|
|
target = PyTuple_New(1);
|
|
PyTuple_SetItem(target, 0, o2);
|
|
}
|
|
o3 = PyTuple_New(1);
|
|
PyTuple_SetItem(o3, 0, o);
|
|
|
|
o2 = target;
|
|
target = PySequence_Concat(o2, o3);
|
|
Py_DECREF(o2);
|
|
Py_DECREF(o3);
|
|
}
|
|
return target;
|
|
}
|
|
|
|
|
|
extern byte* byte_LIST_helper(PyObject* source);
|
|
extern int* int_LIST_helper(PyObject* source);
|
|
extern long* long_LIST_helper(PyObject* source);
|
|
extern char** string_LIST_helper(PyObject* source);
|
|
extern wxPoint* wxPoint_LIST_helper(PyObject* source);
|
|
extern wxBitmap** wxBitmap_LIST_helper(PyObject* source);
|
|
extern wxString* wxString_LIST_helper(PyObject* source);
|
|
extern wxAcceleratorEntry* wxAcceleratorEntry_LIST_helper(PyObject* source);
|
|
|
|
|
|
static char* wxStringErrorMsg = "string type is required for parameter";
|
|
#define new_wxGridCell() (new wxGridCell())
|
|
static PyObject *_wrap_new_wxGridCell(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _result;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,":new_wxGridCell"))
|
|
return NULL;
|
|
_result = (wxGridCell *)new_wxGridCell();
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxGridCell_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define delete_wxGridCell(_swigobj) (delete _swigobj)
|
|
static PyObject *_wrap_delete_wxGridCell(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:delete_wxGridCell",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxGridCell. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
delete_wxGridCell(_arg0);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_GetTextValue(_swigobj) (_swigobj->GetTextValue())
|
|
static PyObject *_wrap_wxGridCell_GetTextValue(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxString * _result;
|
|
wxGridCell * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridCell_GetTextValue",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_GetTextValue. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxString & _result_ref = wxGridCell_GetTextValue(_arg0);
|
|
_result = (wxString *) &_result_ref;
|
|
{
|
|
_resultobj = PyString_FromString(WXSTRINGCAST (*_result));
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_SetTextValue(_swigobj,_swigarg0) (_swigobj->SetTextValue(_swigarg0))
|
|
static PyObject *_wrap_wxGridCell_SetTextValue(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _arg0;
|
|
wxString * _arg1;
|
|
char * _argc0 = 0;
|
|
PyObject * _obj1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sO:wxGridCell_SetTextValue",&_argc0,&_obj1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_SetTextValue. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
{
|
|
if (!PyString_Check(_obj1)) {
|
|
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
|
|
return NULL;
|
|
}
|
|
_arg1 = new wxString(PyString_AsString(_obj1));
|
|
}
|
|
wxGridCell_SetTextValue(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
{
|
|
if (_obj1)
|
|
delete _arg1;
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_GetFont(_swigobj) (_swigobj->GetFont())
|
|
static PyObject *_wrap_wxGridCell_GetFont(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxFont * _result;
|
|
wxGridCell * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridCell_GetFont",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_GetFont. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxFont & _result_ref = wxGridCell_GetFont(_arg0);
|
|
_result = (wxFont *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxFont_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_SetFont(_swigobj,_swigarg0) (_swigobj->SetFont(_swigarg0))
|
|
static PyObject *_wrap_wxGridCell_SetFont(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _arg0;
|
|
wxFont * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGridCell_SetFont",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_SetFont. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxFont_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGridCell_SetFont. Expected _wxFont_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGridCell_SetFont(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_GetTextColour(_swigobj) (_swigobj->GetTextColour())
|
|
static PyObject *_wrap_wxGridCell_GetTextColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxColour * _result;
|
|
wxGridCell * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridCell_GetTextColour",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_GetTextColour. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxColour & _result_ref = wxGridCell_GetTextColour(_arg0);
|
|
_result = (wxColour *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_SetTextColour(_swigobj,_swigarg0) (_swigobj->SetTextColour(_swigarg0))
|
|
static PyObject *_wrap_wxGridCell_SetTextColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _arg0;
|
|
wxColour * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGridCell_SetTextColour",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_SetTextColour. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxColour_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGridCell_SetTextColour. Expected _wxColour_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGridCell_SetTextColour(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_GetBackgroundColour(_swigobj) (_swigobj->GetBackgroundColour())
|
|
static PyObject *_wrap_wxGridCell_GetBackgroundColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxColour * _result;
|
|
wxGridCell * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridCell_GetBackgroundColour",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_GetBackgroundColour. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxColour & _result_ref = wxGridCell_GetBackgroundColour(_arg0);
|
|
_result = (wxColour *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_SetBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetBackgroundColour(_swigarg0))
|
|
static PyObject *_wrap_wxGridCell_SetBackgroundColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _arg0;
|
|
wxColour * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGridCell_SetBackgroundColour",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_SetBackgroundColour. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxColour_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGridCell_SetBackgroundColour. Expected _wxColour_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGridCell_SetBackgroundColour(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_GetBackgroundBrush(_swigobj) (_swigobj->GetBackgroundBrush())
|
|
static PyObject *_wrap_wxGridCell_GetBackgroundBrush(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxBrush * _result;
|
|
wxGridCell * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridCell_GetBackgroundBrush",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_GetBackgroundBrush. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxBrush & _result_ref = wxGridCell_GetBackgroundBrush(_arg0);
|
|
_result = (wxBrush *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxBrush_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_GetAlignment(_swigobj) (_swigobj->GetAlignment())
|
|
static PyObject *_wrap_wxGridCell_GetAlignment(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGridCell * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridCell_GetAlignment",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_GetAlignment. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGridCell_GetAlignment(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
|
|
static PyObject *_wrap_wxGridCell_SetAlignment(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxGridCell_SetAlignment",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_SetAlignment. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGridCell_SetAlignment(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_GetCellBitmap(_swigobj) (_swigobj->GetCellBitmap())
|
|
static PyObject *_wrap_wxGridCell_GetCellBitmap(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxBitmap * _result;
|
|
wxGridCell * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridCell_GetCellBitmap",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_GetCellBitmap. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxBitmap *)wxGridCell_GetCellBitmap(_arg0);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridCell_SetCellBitmap(_swigobj,_swigarg0) (_swigobj->SetCellBitmap(_swigarg0))
|
|
static PyObject *_wrap_wxGridCell_SetCellBitmap(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _arg0;
|
|
wxBitmap * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGridCell_SetCellBitmap",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridCell_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridCell_SetCellBitmap. Expected _wxGridCell_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxBitmap_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGridCell_SetCellBitmap. Expected _wxBitmap_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGridCell_SetCellBitmap(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
static void *SwigwxGridTowxPanel(void *ptr) {
|
|
wxGrid *src;
|
|
wxPanel *dest;
|
|
src = (wxGrid *) ptr;
|
|
dest = (wxPanel *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
static void *SwigwxGridTowxWindow(void *ptr) {
|
|
wxGrid *src;
|
|
wxWindow *dest;
|
|
src = (wxGrid *) ptr;
|
|
dest = (wxWindow *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
static void *SwigwxGridTowxEvtHandler(void *ptr) {
|
|
wxGrid *src;
|
|
wxEvtHandler *dest;
|
|
src = (wxGrid *) ptr;
|
|
dest = (wxEvtHandler *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
#define new_wxGrid(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxGrid(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
|
|
static PyObject *_wrap_new_wxGrid(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _result;
|
|
wxWindow * _arg0;
|
|
wxWindowID _arg1;
|
|
wxPoint * _arg2 = &wxPyDefaultPosition;
|
|
wxSize * _arg3 = &wxPyDefaultSize;
|
|
long _arg4 = 0;
|
|
char * _arg5 = "grid";
|
|
char * _argc0 = 0;
|
|
char * _argc2 = 0;
|
|
char * _argc3 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si|ssls:new_wxGrid",&_argc0,&_arg1,&_argc2,&_argc3,&_arg4,&_arg5))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxGrid. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc2) {
|
|
if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxPoint_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxGrid. Expected _wxPoint_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc3) {
|
|
if (SWIG_GetPtr(_argc3,(void **) &_arg3,"_wxSize_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of new_wxGrid. Expected _wxSize_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxGrid *)new_wxGrid(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxGrid_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_AdjustScrollbars(_swigobj) (_swigobj->AdjustScrollbars())
|
|
static PyObject *_wrap_wxGrid_AdjustScrollbars(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_AdjustScrollbars",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_AdjustScrollbars. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_AdjustScrollbars(_arg0);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_AppendCols(_swigobj,_swigarg0,_swigarg1) (_swigobj->AppendCols(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_AppendCols(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
int _arg1 = 1;
|
|
bool _arg2 = (1);
|
|
char * _argc0 = 0;
|
|
int tempbool2;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s|ii:wxGrid_AppendCols",&_argc0,&_arg1,&tempbool2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_AppendCols. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg2 = (bool ) tempbool2;
|
|
_result = (bool )wxGrid_AppendCols(_arg0,_arg1,_arg2);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_AppendRows(_swigobj,_swigarg0,_swigarg1) (_swigobj->AppendRows(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_AppendRows(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
int _arg1 = 1;
|
|
bool _arg2 = (1);
|
|
char * _argc0 = 0;
|
|
int tempbool2;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s|ii:wxGrid_AppendRows",&_argc0,&_arg1,&tempbool2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_AppendRows. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg2 = (bool ) tempbool2;
|
|
_result = (bool )wxGrid_AppendRows(_arg0,_arg1,_arg2);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_BeginBatch(_swigobj) (_swigobj->BeginBatch())
|
|
static PyObject *_wrap_wxGrid_BeginBatch(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_BeginBatch",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_BeginBatch. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_BeginBatch(_arg0);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_CellHitTest(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->CellHitTest(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
|
|
static PyObject *_wrap_wxGrid_CellHitTest(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
int * _arg3;
|
|
int temp;
|
|
int * _arg4;
|
|
int temp0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
{
|
|
_arg3 = &temp;
|
|
}
|
|
{
|
|
_arg4 = &temp0;
|
|
}
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_CellHitTest",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_CellHitTest. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxGrid_CellHitTest(_arg0,_arg1,_arg2,_arg3,_arg4);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
{
|
|
PyObject *o;
|
|
o = PyInt_FromLong((long) (*_arg3));
|
|
_resultobj = t_output_helper(_resultobj, o);
|
|
}
|
|
{
|
|
PyObject *o;
|
|
o = PyInt_FromLong((long) (*_arg4));
|
|
_resultobj = t_output_helper(_resultobj, o);
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
static bool wxGrid_CreateGrid(wxGrid *self,int rows,int cols,short defaultWidth,short defaultHeight) {
|
|
return self->CreateGrid(rows, cols, NULL, NULL,
|
|
defaultWidth, defaultHeight);
|
|
}
|
|
static PyObject *_wrap_wxGrid_CreateGrid(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
short _arg3 = wxGRID_DEFAULT_CELL_WIDTH;
|
|
short _arg4 = wxGRID_DEFAULT_CELL_HEIGHT;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii|hh:wxGrid_CreateGrid",&_argc0,&_arg1,&_arg2,&_arg3,&_arg4))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_CreateGrid. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxGrid_CreateGrid(_arg0,_arg1,_arg2,_arg3,_arg4);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_CurrentCellVisible(_swigobj) (_swigobj->CurrentCellVisible())
|
|
static PyObject *_wrap_wxGrid_CurrentCellVisible(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_CurrentCellVisible",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_CurrentCellVisible. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxGrid_CurrentCellVisible(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_DeleteCols(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DeleteCols(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_DeleteCols(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
int _arg1 = 0;
|
|
int _arg2 = 1;
|
|
bool _arg3 = (1);
|
|
char * _argc0 = 0;
|
|
int tempbool3;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s|iii:wxGrid_DeleteCols",&_argc0,&_arg1,&_arg2,&tempbool3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_DeleteCols. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg3 = (bool ) tempbool3;
|
|
_result = (bool )wxGrid_DeleteCols(_arg0,_arg1,_arg2,_arg3);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_DeleteRows(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->DeleteRows(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_DeleteRows(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
int _arg1 = 0;
|
|
int _arg2 = 1;
|
|
bool _arg3 = (1);
|
|
char * _argc0 = 0;
|
|
int tempbool3;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s|iii:wxGrid_DeleteRows",&_argc0,&_arg1,&_arg2,&tempbool3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_DeleteRows. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg3 = (bool ) tempbool3;
|
|
_result = (bool )wxGrid_DeleteRows(_arg0,_arg1,_arg2,_arg3);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_EndBatch(_swigobj) (_swigobj->EndBatch())
|
|
static PyObject *_wrap_wxGrid_EndBatch(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_EndBatch",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_EndBatch. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_EndBatch(_arg0);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetBatchCount(_swigobj) (_swigobj->GetBatchCount())
|
|
static PyObject *_wrap_wxGrid_GetBatchCount(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetBatchCount",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetBatchCount. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetBatchCount(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCell(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetCell(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_GetCell(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_GetCell",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCell. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxGridCell *)wxGrid_GetCell(_arg0,_arg1,_arg2);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxGridCell_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCellAlignment(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetCellAlignment(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_GetCellAlignment(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_GetCellAlignment",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCellAlignment. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetCellAlignment(_arg0,_arg1,_arg2);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetDefCellAlignment(_swigobj) (_swigobj->GetCellAlignment())
|
|
static PyObject *_wrap_wxGrid_GetDefCellAlignment(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetDefCellAlignment",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetDefCellAlignment. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetDefCellAlignment(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCellBackgroundColour(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetCellBackgroundColour(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_GetCellBackgroundColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxColour * _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_GetCellBackgroundColour",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCellBackgroundColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxColour & _result_ref = wxGrid_GetCellBackgroundColour(_arg0,_arg1,_arg2);
|
|
_result = (wxColour *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetDefCellBackgroundColour(_swigobj) (_swigobj->GetCellBackgroundColour())
|
|
static PyObject *_wrap_wxGrid_GetDefCellBackgroundColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxColour * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetDefCellBackgroundColour",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetDefCellBackgroundColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxColour & _result_ref = wxGrid_GetDefCellBackgroundColour(_arg0);
|
|
_result = (wxColour *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCellTextColour(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetCellTextColour(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_GetCellTextColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxColour * _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_GetCellTextColour",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCellTextColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxColour & _result_ref = wxGrid_GetCellTextColour(_arg0,_arg1,_arg2);
|
|
_result = (wxColour *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetDefCellTextColour(_swigobj) (_swigobj->GetCellTextColour())
|
|
static PyObject *_wrap_wxGrid_GetDefCellTextColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxColour * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetDefCellTextColour",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetDefCellTextColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxColour & _result_ref = wxGrid_GetDefCellTextColour(_arg0);
|
|
_result = (wxColour *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCellTextFont(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetCellTextFont(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_GetCellTextFont(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxFont * _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_GetCellTextFont",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCellTextFont. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxFont & _result_ref = wxGrid_GetCellTextFont(_arg0,_arg1,_arg2);
|
|
_result = (wxFont *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxFont_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetDefCellTextFont(_swigobj) (_swigobj->GetCellTextFont())
|
|
static PyObject *_wrap_wxGrid_GetDefCellTextFont(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxFont * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetDefCellTextFont",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetDefCellTextFont. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxFont & _result_ref = wxGrid_GetDefCellTextFont(_arg0);
|
|
_result = (wxFont *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxFont_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCellValue(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetCellValue(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_GetCellValue(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxString * _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_GetCellValue",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCellValue. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxString & _result_ref = wxGrid_GetCellValue(_arg0,_arg1,_arg2);
|
|
_result = (wxString *) &_result_ref;
|
|
{
|
|
_resultobj = PyString_FromString(WXSTRINGCAST (*_result));
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCols(_swigobj) (_swigobj->GetCols())
|
|
static PyObject *_wrap_wxGrid_GetCols(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetCols",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCols. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetCols(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetColumnWidth(_swigobj,_swigarg0) (_swigobj->GetColumnWidth(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_GetColumnWidth(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxGrid_GetColumnWidth",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetColumnWidth. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetColumnWidth(_arg0,_arg1);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCurrentRect(_swigobj) (_swigobj->GetCurrentRect())
|
|
static PyObject *_wrap_wxGrid_GetCurrentRect(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxRect * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetCurrentRect",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCurrentRect. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxRect & _result_ref = wxGrid_GetCurrentRect(_arg0);
|
|
_result = (wxRect *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxRect_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCursorColumn(_swigobj) (_swigobj->GetCursorColumn())
|
|
static PyObject *_wrap_wxGrid_GetCursorColumn(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetCursorColumn",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCursorColumn. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetCursorColumn(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetCursorRow(_swigobj) (_swigobj->GetCursorRow())
|
|
static PyObject *_wrap_wxGrid_GetCursorRow(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetCursorRow",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetCursorRow. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetCursorRow(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetEditable(_swigobj) (_swigobj->GetEditable())
|
|
static PyObject *_wrap_wxGrid_GetEditable(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetEditable",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetEditable. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxGrid_GetEditable(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetHorizScrollBar(_swigobj) (_swigobj->GetHorizScrollBar())
|
|
static PyObject *_wrap_wxGrid_GetHorizScrollBar(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxScrollBar * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetHorizScrollBar",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetHorizScrollBar. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxScrollBar *)wxGrid_GetHorizScrollBar(_arg0);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetLabelAlignment(_swigobj,_swigarg0) (_swigobj->GetLabelAlignment(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_GetLabelAlignment(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxGrid_GetLabelAlignment",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetLabelAlignment. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetLabelAlignment(_arg0,_arg1);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetLabelBackgroundColour(_swigobj) (_swigobj->GetLabelBackgroundColour())
|
|
static PyObject *_wrap_wxGrid_GetLabelBackgroundColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxColour * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetLabelBackgroundColour",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetLabelBackgroundColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxColour & _result_ref = wxGrid_GetLabelBackgroundColour(_arg0);
|
|
_result = (wxColour *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetLabelSize(_swigobj,_swigarg0) (_swigobj->GetLabelSize(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_GetLabelSize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxGrid_GetLabelSize",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetLabelSize. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetLabelSize(_arg0,_arg1);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetLabelTextColour(_swigobj) (_swigobj->GetLabelTextColour())
|
|
static PyObject *_wrap_wxGrid_GetLabelTextColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxColour * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetLabelTextColour",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetLabelTextColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxColour & _result_ref = wxGrid_GetLabelTextColour(_arg0);
|
|
_result = (wxColour *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxColour_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetLabelTextFont(_swigobj) (_swigobj->GetLabelTextFont())
|
|
static PyObject *_wrap_wxGrid_GetLabelTextFont(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxFont * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetLabelTextFont",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetLabelTextFont. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxFont & _result_ref = wxGrid_GetLabelTextFont(_arg0);
|
|
_result = (wxFont *) &_result_ref;
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxFont_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetLabelValue(_swigobj,_swigarg0,_swigarg1) (_swigobj->GetLabelValue(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_GetLabelValue(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxString * _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_GetLabelValue",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetLabelValue. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxString & _result_ref = wxGrid_GetLabelValue(_arg0,_arg1,_arg2);
|
|
_result = (wxString *) &_result_ref;
|
|
{
|
|
_resultobj = PyString_FromString(WXSTRINGCAST (*_result));
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetRowHeight(_swigobj,_swigarg0) (_swigobj->GetRowHeight(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_GetRowHeight(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxGrid_GetRowHeight",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetRowHeight. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetRowHeight(_arg0,_arg1);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetRows(_swigobj) (_swigobj->GetRows())
|
|
static PyObject *_wrap_wxGrid_GetRows(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetRows",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetRows. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetRows(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetScrollPosX(_swigobj) (_swigobj->GetScrollPosX())
|
|
static PyObject *_wrap_wxGrid_GetScrollPosX(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetScrollPosX",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetScrollPosX. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetScrollPosX(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetScrollPosY(_swigobj) (_swigobj->GetScrollPosY())
|
|
static PyObject *_wrap_wxGrid_GetScrollPosY(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetScrollPosY",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetScrollPosY. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGrid_GetScrollPosY(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetTextItem(_swigobj) (_swigobj->GetTextItem())
|
|
static PyObject *_wrap_wxGrid_GetTextItem(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxTextCtrl * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetTextItem",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetTextItem. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxTextCtrl *)wxGrid_GetTextItem(_arg0);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxTextCtrl_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_GetVertScrollBar(_swigobj) (_swigobj->GetVertScrollBar())
|
|
static PyObject *_wrap_wxGrid_GetVertScrollBar(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxScrollBar * _result;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_GetVertScrollBar",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_GetVertScrollBar. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxScrollBar *)wxGrid_GetVertScrollBar(_arg0);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxScrollBar_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_InsertCols(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertCols(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_InsertCols(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
int _arg1 = 0;
|
|
int _arg2 = 1;
|
|
bool _arg3 = (1);
|
|
char * _argc0 = 0;
|
|
int tempbool3;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s|iii:wxGrid_InsertCols",&_argc0,&_arg1,&_arg2,&tempbool3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_InsertCols. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg3 = (bool ) tempbool3;
|
|
_result = (bool )wxGrid_InsertCols(_arg0,_arg1,_arg2,_arg3);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_InsertRows(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->InsertRows(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_InsertRows(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGrid * _arg0;
|
|
int _arg1 = 0;
|
|
int _arg2 = 1;
|
|
bool _arg3 = (1);
|
|
char * _argc0 = 0;
|
|
int tempbool3;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s|iii:wxGrid_InsertRows",&_argc0,&_arg1,&_arg2,&tempbool3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_InsertRows. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg3 = (bool ) tempbool3;
|
|
_result = (bool )wxGrid_InsertRows(_arg0,_arg1,_arg2,_arg3);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_OnActivate(_swigobj,_swigarg0) (_swigobj->OnActivate(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_OnActivate(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
bool _arg1;
|
|
char * _argc0 = 0;
|
|
int tempbool1;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxGrid_OnActivate",&_argc0,&tempbool1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_OnActivate. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg1 = (bool ) tempbool1;
|
|
wxGrid_OnActivate(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetCellAlignment(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetCellAlignment(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_SetCellAlignment(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
int _arg3;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"siii:wxGrid_SetCellAlignment",&_argc0,&_arg1,&_arg2,&_arg3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetCellAlignment. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetCellAlignment(_arg0,_arg1,_arg2,_arg3);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetDefCellAlignment(_swigobj,_swigarg0) (_swigobj->SetCellAlignment(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetDefCellAlignment(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxGrid_SetDefCellAlignment",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetDefCellAlignment. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetDefCellAlignment(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetCellBackgroundColour(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetCellBackgroundColour(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_SetCellBackgroundColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxColour * _arg1;
|
|
int _arg2;
|
|
int _arg3;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ssii:wxGrid_SetCellBackgroundColour",&_argc0,&_argc1,&_arg2,&_arg3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetCellBackgroundColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxColour_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetCellBackgroundColour. Expected _wxColour_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetCellBackgroundColour(_arg0,*_arg1,_arg2,_arg3);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetDefCellBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetCellBackgroundColour(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetDefCellBackgroundColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxColour * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGrid_SetDefCellBackgroundColour",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetDefCellBackgroundColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxColour_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetDefCellBackgroundColour. Expected _wxColour_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetDefCellBackgroundColour(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetCellTextColour(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetCellTextColour(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_SetCellTextColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxColour * _arg1;
|
|
int _arg2;
|
|
int _arg3;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ssii:wxGrid_SetCellTextColour",&_argc0,&_argc1,&_arg2,&_arg3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetCellTextColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxColour_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetCellTextColour. Expected _wxColour_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetCellTextColour(_arg0,*_arg1,_arg2,_arg3);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetDefCellTextColour(_swigobj,_swigarg0) (_swigobj->SetCellTextColour(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetDefCellTextColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxColour * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGrid_SetDefCellTextColour",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetDefCellTextColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxColour_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetDefCellTextColour. Expected _wxColour_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetDefCellTextColour(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetCellTextFont(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetCellTextFont(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_SetCellTextFont(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxFont * _arg1;
|
|
int _arg2;
|
|
int _arg3;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ssii:wxGrid_SetCellTextFont",&_argc0,&_argc1,&_arg2,&_arg3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetCellTextFont. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxFont_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetCellTextFont. Expected _wxFont_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetCellTextFont(_arg0,*_arg1,_arg2,_arg3);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetDefCellTextFont(_swigobj,_swigarg0) (_swigobj->SetCellTextFont(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetDefCellTextFont(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxFont * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGrid_SetDefCellTextFont",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetDefCellTextFont. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxFont_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetDefCellTextFont. Expected _wxFont_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetDefCellTextFont(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetCellValue(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetCellValue(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_SetCellValue(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxString * _arg1;
|
|
int _arg2;
|
|
int _arg3;
|
|
char * _argc0 = 0;
|
|
PyObject * _obj1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sOii:wxGrid_SetCellValue",&_argc0,&_obj1,&_arg2,&_arg3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetCellValue. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
{
|
|
if (!PyString_Check(_obj1)) {
|
|
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
|
|
return NULL;
|
|
}
|
|
_arg1 = new wxString(PyString_AsString(_obj1));
|
|
}
|
|
wxGrid_SetCellValue(_arg0,*_arg1,_arg2,_arg3);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
{
|
|
if (_obj1)
|
|
delete _arg1;
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetColumnWidth(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetColumnWidth(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_SetColumnWidth(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_SetColumnWidth",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetColumnWidth. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetColumnWidth(_arg0,_arg1,_arg2);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetDividerPen(_swigobj,_swigarg0) (_swigobj->SetDividerPen(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetDividerPen(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxPen * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGrid_SetDividerPen",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetDividerPen. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxPen_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetDividerPen. Expected _wxPen_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetDividerPen(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetEditable(_swigobj,_swigarg0) (_swigobj->SetEditable(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetEditable(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
bool _arg1;
|
|
char * _argc0 = 0;
|
|
int tempbool1;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxGrid_SetEditable",&_argc0,&tempbool1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetEditable. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg1 = (bool ) tempbool1;
|
|
wxGrid_SetEditable(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetGridCursor(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetGridCursor(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_SetGridCursor(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_SetGridCursor",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetGridCursor. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetGridCursor(_arg0,_arg1,_arg2);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetLabelAlignment(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLabelAlignment(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_SetLabelAlignment(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_SetLabelAlignment",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetLabelAlignment. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetLabelAlignment(_arg0,_arg1,_arg2);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetLabelBackgroundColour(_swigobj,_swigarg0) (_swigobj->SetLabelBackgroundColour(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetLabelBackgroundColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxColour * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGrid_SetLabelBackgroundColour",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetLabelBackgroundColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxColour_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetLabelBackgroundColour. Expected _wxColour_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetLabelBackgroundColour(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetLabelSize(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetLabelSize(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_SetLabelSize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_SetLabelSize",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetLabelSize. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetLabelSize(_arg0,_arg1,_arg2);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetLabelTextColour(_swigobj,_swigarg0) (_swigobj->SetLabelTextColour(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetLabelTextColour(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxColour * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGrid_SetLabelTextColour",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetLabelTextColour. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxColour_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetLabelTextColour. Expected _wxColour_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetLabelTextColour(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetLabelTextFont(_swigobj,_swigarg0) (_swigobj->SetLabelTextFont(_swigarg0))
|
|
static PyObject *_wrap_wxGrid_SetLabelTextFont(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
wxFont * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxGrid_SetLabelTextFont",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetLabelTextFont. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxFont_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxGrid_SetLabelTextFont. Expected _wxFont_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetLabelTextFont(_arg0,*_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetLabelValue(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SetLabelValue(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxGrid_SetLabelValue(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
wxString * _arg2;
|
|
int _arg3;
|
|
char * _argc0 = 0;
|
|
PyObject * _obj2 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"siOi:wxGrid_SetLabelValue",&_argc0,&_arg1,&_obj2,&_arg3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetLabelValue. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
{
|
|
if (!PyString_Check(_obj2)) {
|
|
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
|
|
return NULL;
|
|
}
|
|
_arg2 = new wxString(PyString_AsString(_obj2));
|
|
}
|
|
wxGrid_SetLabelValue(_arg0,_arg1,*_arg2,_arg3);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
{
|
|
if (_obj2)
|
|
delete _arg2;
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_SetRowHeight(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetRowHeight(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxGrid_SetRowHeight(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxGrid_SetRowHeight",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_SetRowHeight. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_SetRowHeight(_arg0,_arg1,_arg2);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGrid_UpdateDimensions(_swigobj) (_swigobj->UpdateDimensions())
|
|
static PyObject *_wrap_wxGrid_UpdateDimensions(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGrid * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGrid_UpdateDimensions",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGrid_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGrid_UpdateDimensions. Expected _wxGrid_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxGrid_UpdateDimensions(_arg0);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
static void *SwigwxGridEventTowxEvent(void *ptr) {
|
|
wxGridEvent *src;
|
|
wxEvent *dest;
|
|
src = (wxGridEvent *) ptr;
|
|
dest = (wxEvent *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
#define wxGridEvent_m_row_get(_swigobj) ((int ) _swigobj->m_row)
|
|
static PyObject *_wrap_wxGridEvent_m_row_get(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGridEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridEvent_m_row_get",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridEvent_m_row_get. Expected _wxGridEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGridEvent_m_row_get(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridEvent_m_col_get(_swigobj) ((int ) _swigobj->m_col)
|
|
static PyObject *_wrap_wxGridEvent_m_col_get(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGridEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridEvent_m_col_get",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridEvent_m_col_get. Expected _wxGridEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGridEvent_m_col_get(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridEvent_m_x_get(_swigobj) ((int ) _swigobj->m_x)
|
|
static PyObject *_wrap_wxGridEvent_m_x_get(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGridEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridEvent_m_x_get",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridEvent_m_x_get. Expected _wxGridEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGridEvent_m_x_get(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridEvent_m_y_get(_swigobj) ((int ) _swigobj->m_y)
|
|
static PyObject *_wrap_wxGridEvent_m_y_get(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxGridEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridEvent_m_y_get",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridEvent_m_y_get. Expected _wxGridEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxGridEvent_m_y_get(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridEvent_m_control_get(_swigobj) ((bool ) _swigobj->m_control)
|
|
static PyObject *_wrap_wxGridEvent_m_control_get(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGridEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridEvent_m_control_get",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridEvent_m_control_get. Expected _wxGridEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxGridEvent_m_control_get(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridEvent_m_shift_get(_swigobj) ((bool ) _swigobj->m_shift)
|
|
static PyObject *_wrap_wxGridEvent_m_shift_get(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxGridEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridEvent_m_shift_get",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridEvent_m_shift_get. Expected _wxGridEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxGridEvent_m_shift_get(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxGridEvent_m_cell_get(_swigobj) ((wxGridCell *) _swigobj->m_cell)
|
|
static PyObject *_wrap_wxGridEvent_m_cell_get(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxGridCell * _result;
|
|
wxGridEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxGridEvent_m_cell_get",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxGridEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxGridEvent_m_cell_get. Expected _wxGridEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxGridCell *)wxGridEvent_m_cell_get(_arg0);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxGridCell_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
static void *SwigwxNotebookEventTowxCommandEvent(void *ptr) {
|
|
wxNotebookEvent *src;
|
|
wxCommandEvent *dest;
|
|
src = (wxNotebookEvent *) ptr;
|
|
dest = (wxCommandEvent *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
static void *SwigwxNotebookEventTowxEvent(void *ptr) {
|
|
wxNotebookEvent *src;
|
|
wxEvent *dest;
|
|
src = (wxNotebookEvent *) ptr;
|
|
dest = (wxEvent *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
#define wxNotebookEvent_GetSelection(_swigobj) (_swigobj->GetSelection())
|
|
static PyObject *_wrap_wxNotebookEvent_GetSelection(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxNotebookEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxNotebookEvent_GetSelection",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebookEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebookEvent_GetSelection. Expected _wxNotebookEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxNotebookEvent_GetSelection(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebookEvent_GetOldSelection(_swigobj) (_swigobj->GetOldSelection())
|
|
static PyObject *_wrap_wxNotebookEvent_GetOldSelection(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxNotebookEvent * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxNotebookEvent_GetOldSelection",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebookEvent_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebookEvent_GetOldSelection. Expected _wxNotebookEvent_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxNotebookEvent_GetOldSelection(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
static void *SwigwxNotebookTowxControl(void *ptr) {
|
|
wxNotebook *src;
|
|
wxControl *dest;
|
|
src = (wxNotebook *) ptr;
|
|
dest = (wxControl *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
static void *SwigwxNotebookTowxWindow(void *ptr) {
|
|
wxNotebook *src;
|
|
wxWindow *dest;
|
|
src = (wxNotebook *) ptr;
|
|
dest = (wxWindow *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
static void *SwigwxNotebookTowxEvtHandler(void *ptr) {
|
|
wxNotebook *src;
|
|
wxEvtHandler *dest;
|
|
src = (wxNotebook *) ptr;
|
|
dest = (wxEvtHandler *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
#define new_wxNotebook(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxNotebook(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
|
|
static PyObject *_wrap_new_wxNotebook(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxNotebook * _result;
|
|
wxWindow * _arg0;
|
|
wxWindowID _arg1;
|
|
wxPoint * _arg2 = &wxPyDefaultPosition;
|
|
wxSize * _arg3 = &wxPyDefaultSize;
|
|
long _arg4 = 0;
|
|
char * _arg5 = "notebook";
|
|
char * _argc0 = 0;
|
|
char * _argc2 = 0;
|
|
char * _argc3 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si|ssls:new_wxNotebook",&_argc0,&_arg1,&_argc2,&_argc3,&_arg4,&_arg5))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxNotebook. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc2) {
|
|
if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxPoint_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxNotebook. Expected _wxPoint_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc3) {
|
|
if (SWIG_GetPtr(_argc3,(void **) &_arg3,"_wxSize_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of new_wxNotebook. Expected _wxSize_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxNotebook *)new_wxNotebook(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxNotebook_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_GetPageCount(_swigobj) (_swigobj->GetPageCount())
|
|
static PyObject *_wrap_wxNotebook_GetPageCount(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxNotebook * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxNotebook_GetPageCount",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_GetPageCount. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxNotebook_GetPageCount(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_SetSelection(_swigobj,_swigarg0) (_swigobj->SetSelection(_swigarg0))
|
|
static PyObject *_wrap_wxNotebook_SetSelection(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxNotebook * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxNotebook_SetSelection",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_SetSelection. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxNotebook_SetSelection(_arg0,_arg1);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_AdvanceSelection(_swigobj,_swigarg0) (_swigobj->AdvanceSelection(_swigarg0))
|
|
static PyObject *_wrap_wxNotebook_AdvanceSelection(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxNotebook * _arg0;
|
|
bool _arg1 = (1);
|
|
char * _argc0 = 0;
|
|
int tempbool1;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s|i:wxNotebook_AdvanceSelection",&_argc0,&tempbool1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_AdvanceSelection. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_arg1 = (bool ) tempbool1;
|
|
wxNotebook_AdvanceSelection(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_GetSelection(_swigobj) (_swigobj->GetSelection())
|
|
static PyObject *_wrap_wxNotebook_GetSelection(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxNotebook * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxNotebook_GetSelection",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_GetSelection. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxNotebook_GetSelection(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_SetPageText(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetPageText(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxNotebook_SetPageText(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxNotebook * _arg0;
|
|
int _arg1;
|
|
wxString * _arg2;
|
|
char * _argc0 = 0;
|
|
PyObject * _obj2 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"siO:wxNotebook_SetPageText",&_argc0,&_arg1,&_obj2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_SetPageText. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
{
|
|
if (!PyString_Check(_obj2)) {
|
|
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
|
|
return NULL;
|
|
}
|
|
_arg2 = new wxString(PyString_AsString(_obj2));
|
|
}
|
|
_result = (bool )wxNotebook_SetPageText(_arg0,_arg1,*_arg2);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
{
|
|
if (_obj2)
|
|
delete _arg2;
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_GetPageText(_swigobj,_swigarg0) (_swigobj->GetPageText(_swigarg0))
|
|
static PyObject *_wrap_wxNotebook_GetPageText(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxString * _result;
|
|
wxNotebook * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxNotebook_GetPageText",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_GetPageText. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = new wxString (wxNotebook_GetPageText(_arg0,_arg1));
|
|
{
|
|
_resultobj = PyString_FromString(WXSTRINGCAST *(_result));
|
|
}
|
|
{
|
|
delete _result;
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_SetImageList(_swigobj,_swigarg0) (_swigobj->SetImageList(_swigarg0))
|
|
static PyObject *_wrap_wxNotebook_SetImageList(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxNotebook * _arg0;
|
|
wxImageList * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxNotebook_SetImageList",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_SetImageList. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxImageList_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxNotebook_SetImageList. Expected _wxImageList_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxNotebook_SetImageList(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_GetImageList(_swigobj) (_swigobj->GetImageList())
|
|
static PyObject *_wrap_wxNotebook_GetImageList(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxImageList * _result;
|
|
wxNotebook * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxNotebook_GetImageList",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_GetImageList. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxImageList *)wxNotebook_GetImageList(_arg0);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxImageList_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_GetPageImage(_swigobj,_swigarg0) (_swigobj->GetPageImage(_swigarg0))
|
|
static PyObject *_wrap_wxNotebook_GetPageImage(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxNotebook * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxNotebook_GetPageImage",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_GetPageImage. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxNotebook_GetPageImage(_arg0,_arg1);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_SetPageImage(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetPageImage(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxNotebook_SetPageImage(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxNotebook * _arg0;
|
|
int _arg1;
|
|
int _arg2;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sii:wxNotebook_SetPageImage",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_SetPageImage. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxNotebook_SetPageImage(_arg0,_arg1,_arg2);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_GetRowCount(_swigobj) (_swigobj->GetRowCount())
|
|
static PyObject *_wrap_wxNotebook_GetRowCount(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxNotebook * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxNotebook_GetRowCount",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_GetRowCount. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxNotebook_GetRowCount(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_DeletePage(_swigobj,_swigarg0) (_swigobj->DeletePage(_swigarg0))
|
|
static PyObject *_wrap_wxNotebook_DeletePage(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxNotebook * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxNotebook_DeletePage",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_DeletePage. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxNotebook_DeletePage(_arg0,_arg1);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_DeleteAllPages(_swigobj) (_swigobj->DeleteAllPages())
|
|
static PyObject *_wrap_wxNotebook_DeleteAllPages(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxNotebook * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxNotebook_DeleteAllPages",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_DeleteAllPages. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxNotebook_DeleteAllPages(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_AddPage(_swigobj,_swigarg0,_swigarg1,_swigarg2,_swigarg3) (_swigobj->AddPage(_swigarg0,_swigarg1,_swigarg2,_swigarg3))
|
|
static PyObject *_wrap_wxNotebook_AddPage(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxNotebook * _arg0;
|
|
wxWindow * _arg1;
|
|
wxString * _arg2;
|
|
bool _arg3 = (0);
|
|
int _arg4 = -1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
PyObject * _obj2 = 0;
|
|
int tempbool3;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ssO|ii:wxNotebook_AddPage",&_argc0,&_argc1,&_obj2,&tempbool3,&_arg4))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_AddPage. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxNotebook_AddPage. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
{
|
|
if (!PyString_Check(_obj2)) {
|
|
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
|
|
return NULL;
|
|
}
|
|
_arg2 = new wxString(PyString_AsString(_obj2));
|
|
}
|
|
_arg3 = (bool ) tempbool3;
|
|
_result = (bool )wxNotebook_AddPage(_arg0,_arg1,*_arg2,_arg3,_arg4);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
{
|
|
if (_obj2)
|
|
delete _arg2;
|
|
}
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxNotebook_GetPage(_swigobj,_swigarg0) (_swigobj->GetPage(_swigarg0))
|
|
static PyObject *_wrap_wxNotebook_GetPage(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxNotebookPage * _result;
|
|
wxNotebook * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxNotebook_GetPage",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxNotebook_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxNotebook_GetPage. Expected _wxNotebook_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxNotebookPage *)wxNotebook_GetPage(_arg0,_arg1);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxNotebookPage_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
static void *SwigwxSplitterWindowTowxWindow(void *ptr) {
|
|
wxSplitterWindow *src;
|
|
wxWindow *dest;
|
|
src = (wxSplitterWindow *) ptr;
|
|
dest = (wxWindow *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
static void *SwigwxSplitterWindowTowxEvtHandler(void *ptr) {
|
|
wxSplitterWindow *src;
|
|
wxEvtHandler *dest;
|
|
src = (wxSplitterWindow *) ptr;
|
|
dest = (wxEvtHandler *) src;
|
|
return (void *) dest;
|
|
}
|
|
|
|
#define new_wxSplitterWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSplitterWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
|
|
static PyObject *_wrap_new_wxSplitterWindow(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxSplitterWindow * _result;
|
|
wxWindow * _arg0;
|
|
wxWindowID _arg1;
|
|
wxPoint * _arg2 = &wxPyDefaultPosition;
|
|
wxSize * _arg3 = &wxPyDefaultSize;
|
|
long _arg4 = (wxSP_3D)|(wxCLIP_CHILDREN);
|
|
char * _arg5 = "splitterWindow";
|
|
char * _argc0 = 0;
|
|
char * _argc2 = 0;
|
|
char * _argc3 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si|ssls:new_wxSplitterWindow",&_argc0,&_arg1,&_argc2,&_argc3,&_arg4,&_arg5))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of new_wxSplitterWindow. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc2) {
|
|
if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxPoint_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of new_wxSplitterWindow. Expected _wxPoint_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc3) {
|
|
if (SWIG_GetPtr(_argc3,(void **) &_arg3,"_wxSize_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 4 of new_wxSplitterWindow. Expected _wxSize_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxSplitterWindow *)new_wxSplitterWindow(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxSplitterWindow_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_GetBorderSize(_swigobj) (_swigobj->GetBorderSize())
|
|
static PyObject *_wrap_wxSplitterWindow_GetBorderSize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxSplitterWindow * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxSplitterWindow_GetBorderSize",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_GetBorderSize. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxSplitterWindow_GetBorderSize(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_GetMinimumPaneSize(_swigobj) (_swigobj->GetMinimumPaneSize())
|
|
static PyObject *_wrap_wxSplitterWindow_GetMinimumPaneSize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxSplitterWindow * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxSplitterWindow_GetMinimumPaneSize",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_GetMinimumPaneSize. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxSplitterWindow_GetMinimumPaneSize(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_GetSashPosition(_swigobj) (_swigobj->GetSashPosition())
|
|
static PyObject *_wrap_wxSplitterWindow_GetSashPosition(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxSplitterWindow * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxSplitterWindow_GetSashPosition",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_GetSashPosition. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxSplitterWindow_GetSashPosition(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_GetSashSize(_swigobj) (_swigobj->GetSashSize())
|
|
static PyObject *_wrap_wxSplitterWindow_GetSashSize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxSplitterWindow * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxSplitterWindow_GetSashSize",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_GetSashSize. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxSplitterWindow_GetSashSize(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_GetSplitMode(_swigobj) (_swigobj->GetSplitMode())
|
|
static PyObject *_wrap_wxSplitterWindow_GetSplitMode(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
int _result;
|
|
wxSplitterWindow * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxSplitterWindow_GetSplitMode",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_GetSplitMode. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (int )wxSplitterWindow_GetSplitMode(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_GetWindow1(_swigobj) (_swigobj->GetWindow1())
|
|
static PyObject *_wrap_wxSplitterWindow_GetWindow1(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxWindow * _result;
|
|
wxSplitterWindow * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxSplitterWindow_GetWindow1",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_GetWindow1. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxWindow *)wxSplitterWindow_GetWindow1(_arg0);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindow_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_GetWindow2(_swigobj) (_swigobj->GetWindow2())
|
|
static PyObject *_wrap_wxSplitterWindow_GetWindow2(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxWindow * _result;
|
|
wxSplitterWindow * _arg0;
|
|
char * _argc0 = 0;
|
|
char _ptemp[128];
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxSplitterWindow_GetWindow2",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_GetWindow2. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (wxWindow *)wxSplitterWindow_GetWindow2(_arg0);
|
|
SWIG_MakePtr(_ptemp, (char *) _result,"_wxWindow_p");
|
|
_resultobj = Py_BuildValue("s",_ptemp);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_Initialize(_swigobj,_swigarg0) (_swigobj->Initialize(_swigarg0))
|
|
static PyObject *_wrap_wxSplitterWindow_Initialize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxSplitterWindow * _arg0;
|
|
wxWindow * _arg1;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"ss:wxSplitterWindow_Initialize",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_Initialize. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSplitterWindow_Initialize. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxSplitterWindow_Initialize(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_IsSplit(_swigobj) (_swigobj->IsSplit())
|
|
static PyObject *_wrap_wxSplitterWindow_IsSplit(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxSplitterWindow * _arg0;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s:wxSplitterWindow_IsSplit",&_argc0))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_IsSplit. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxSplitterWindow_IsSplit(_arg0);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_SetBorderSize(_swigobj,_swigarg0) (_swigobj->SetBorderSize(_swigarg0))
|
|
static PyObject *_wrap_wxSplitterWindow_SetBorderSize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxSplitterWindow * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxSplitterWindow_SetBorderSize",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_SetBorderSize. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxSplitterWindow_SetBorderSize(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_SetSashPosition(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSashPosition(_swigarg0,_swigarg1))
|
|
static PyObject *_wrap_wxSplitterWindow_SetSashPosition(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxSplitterWindow * _arg0;
|
|
int _arg1;
|
|
int _arg2 = (1);
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si|i:wxSplitterWindow_SetSashPosition",&_argc0,&_arg1,&_arg2))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_SetSashPosition. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxSplitterWindow_SetSashPosition(_arg0,_arg1,_arg2);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_SetSashSize(_swigobj,_swigarg0) (_swigobj->SetSashSize(_swigarg0))
|
|
static PyObject *_wrap_wxSplitterWindow_SetSashSize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxSplitterWindow * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxSplitterWindow_SetSashSize",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_SetSashSize. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxSplitterWindow_SetSashSize(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_SetMinimumPaneSize(_swigobj,_swigarg0) (_swigobj->SetMinimumPaneSize(_swigarg0))
|
|
static PyObject *_wrap_wxSplitterWindow_SetMinimumPaneSize(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxSplitterWindow * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxSplitterWindow_SetMinimumPaneSize",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_SetMinimumPaneSize. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxSplitterWindow_SetMinimumPaneSize(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_SetSplitMode(_swigobj,_swigarg0) (_swigobj->SetSplitMode(_swigarg0))
|
|
static PyObject *_wrap_wxSplitterWindow_SetSplitMode(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
wxSplitterWindow * _arg0;
|
|
int _arg1;
|
|
char * _argc0 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"si:wxSplitterWindow_SetSplitMode",&_argc0,&_arg1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_SetSplitMode. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
wxSplitterWindow_SetSplitMode(_arg0,_arg1);
|
|
Py_INCREF(Py_None);
|
|
_resultobj = Py_None;
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_SplitHorizontally(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SplitHorizontally(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxSplitterWindow_SplitHorizontally(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxSplitterWindow * _arg0;
|
|
wxWindow * _arg1;
|
|
wxWindow * _arg2;
|
|
int _arg3 = 0;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
char * _argc2 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sss|i:wxSplitterWindow_SplitHorizontally",&_argc0,&_argc1,&_argc2,&_arg3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_SplitHorizontally. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSplitterWindow_SplitHorizontally. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc2) {
|
|
if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxSplitterWindow_SplitHorizontally. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxSplitterWindow_SplitHorizontally(_arg0,_arg1,_arg2,_arg3);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_SplitVertically(_swigobj,_swigarg0,_swigarg1,_swigarg2) (_swigobj->SplitVertically(_swigarg0,_swigarg1,_swigarg2))
|
|
static PyObject *_wrap_wxSplitterWindow_SplitVertically(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxSplitterWindow * _arg0;
|
|
wxWindow * _arg1;
|
|
wxWindow * _arg2;
|
|
int _arg3 = 0;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
char * _argc2 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"sss|i:wxSplitterWindow_SplitVertically",&_argc0,&_argc1,&_argc2,&_arg3))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_SplitVertically. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSplitterWindow_SplitVertically. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc2) {
|
|
if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxSplitterWindow_SplitVertically. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxSplitterWindow_SplitVertically(_arg0,_arg1,_arg2,_arg3);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
#define wxSplitterWindow_Unsplit(_swigobj,_swigarg0) (_swigobj->Unsplit(_swigarg0))
|
|
static PyObject *_wrap_wxSplitterWindow_Unsplit(PyObject *self, PyObject *args) {
|
|
PyObject * _resultobj;
|
|
bool _result;
|
|
wxSplitterWindow * _arg0;
|
|
wxWindow * _arg1 = NULL;
|
|
char * _argc0 = 0;
|
|
char * _argc1 = 0;
|
|
|
|
self = self;
|
|
if(!PyArg_ParseTuple(args,"s|s:wxSplitterWindow_Unsplit",&_argc0,&_argc1))
|
|
return NULL;
|
|
if (_argc0) {
|
|
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxSplitterWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSplitterWindow_Unsplit. Expected _wxSplitterWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
if (_argc1) {
|
|
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxWindow_p")) {
|
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxSplitterWindow_Unsplit. Expected _wxWindow_p.");
|
|
return NULL;
|
|
}
|
|
}
|
|
_result = (bool )wxSplitterWindow_Unsplit(_arg0,_arg1);
|
|
_resultobj = Py_BuildValue("i",_result);
|
|
return _resultobj;
|
|
}
|
|
|
|
static PyMethodDef windows2cMethods[] = {
|
|
{ "wxSplitterWindow_Unsplit", _wrap_wxSplitterWindow_Unsplit, 1 },
|
|
{ "wxSplitterWindow_SplitVertically", _wrap_wxSplitterWindow_SplitVertically, 1 },
|
|
{ "wxSplitterWindow_SplitHorizontally", _wrap_wxSplitterWindow_SplitHorizontally, 1 },
|
|
{ "wxSplitterWindow_SetSplitMode", _wrap_wxSplitterWindow_SetSplitMode, 1 },
|
|
{ "wxSplitterWindow_SetMinimumPaneSize", _wrap_wxSplitterWindow_SetMinimumPaneSize, 1 },
|
|
{ "wxSplitterWindow_SetSashSize", _wrap_wxSplitterWindow_SetSashSize, 1 },
|
|
{ "wxSplitterWindow_SetSashPosition", _wrap_wxSplitterWindow_SetSashPosition, 1 },
|
|
{ "wxSplitterWindow_SetBorderSize", _wrap_wxSplitterWindow_SetBorderSize, 1 },
|
|
{ "wxSplitterWindow_IsSplit", _wrap_wxSplitterWindow_IsSplit, 1 },
|
|
{ "wxSplitterWindow_Initialize", _wrap_wxSplitterWindow_Initialize, 1 },
|
|
{ "wxSplitterWindow_GetWindow2", _wrap_wxSplitterWindow_GetWindow2, 1 },
|
|
{ "wxSplitterWindow_GetWindow1", _wrap_wxSplitterWindow_GetWindow1, 1 },
|
|
{ "wxSplitterWindow_GetSplitMode", _wrap_wxSplitterWindow_GetSplitMode, 1 },
|
|
{ "wxSplitterWindow_GetSashSize", _wrap_wxSplitterWindow_GetSashSize, 1 },
|
|
{ "wxSplitterWindow_GetSashPosition", _wrap_wxSplitterWindow_GetSashPosition, 1 },
|
|
{ "wxSplitterWindow_GetMinimumPaneSize", _wrap_wxSplitterWindow_GetMinimumPaneSize, 1 },
|
|
{ "wxSplitterWindow_GetBorderSize", _wrap_wxSplitterWindow_GetBorderSize, 1 },
|
|
{ "new_wxSplitterWindow", _wrap_new_wxSplitterWindow, 1 },
|
|
{ "wxNotebook_GetPage", _wrap_wxNotebook_GetPage, 1 },
|
|
{ "wxNotebook_AddPage", _wrap_wxNotebook_AddPage, 1 },
|
|
{ "wxNotebook_DeleteAllPages", _wrap_wxNotebook_DeleteAllPages, 1 },
|
|
{ "wxNotebook_DeletePage", _wrap_wxNotebook_DeletePage, 1 },
|
|
{ "wxNotebook_GetRowCount", _wrap_wxNotebook_GetRowCount, 1 },
|
|
{ "wxNotebook_SetPageImage", _wrap_wxNotebook_SetPageImage, 1 },
|
|
{ "wxNotebook_GetPageImage", _wrap_wxNotebook_GetPageImage, 1 },
|
|
{ "wxNotebook_GetImageList", _wrap_wxNotebook_GetImageList, 1 },
|
|
{ "wxNotebook_SetImageList", _wrap_wxNotebook_SetImageList, 1 },
|
|
{ "wxNotebook_GetPageText", _wrap_wxNotebook_GetPageText, 1 },
|
|
{ "wxNotebook_SetPageText", _wrap_wxNotebook_SetPageText, 1 },
|
|
{ "wxNotebook_GetSelection", _wrap_wxNotebook_GetSelection, 1 },
|
|
{ "wxNotebook_AdvanceSelection", _wrap_wxNotebook_AdvanceSelection, 1 },
|
|
{ "wxNotebook_SetSelection", _wrap_wxNotebook_SetSelection, 1 },
|
|
{ "wxNotebook_GetPageCount", _wrap_wxNotebook_GetPageCount, 1 },
|
|
{ "new_wxNotebook", _wrap_new_wxNotebook, 1 },
|
|
{ "wxNotebookEvent_GetOldSelection", _wrap_wxNotebookEvent_GetOldSelection, 1 },
|
|
{ "wxNotebookEvent_GetSelection", _wrap_wxNotebookEvent_GetSelection, 1 },
|
|
{ "wxGridEvent_m_cell_get", _wrap_wxGridEvent_m_cell_get, 1 },
|
|
{ "wxGridEvent_m_shift_get", _wrap_wxGridEvent_m_shift_get, 1 },
|
|
{ "wxGridEvent_m_control_get", _wrap_wxGridEvent_m_control_get, 1 },
|
|
{ "wxGridEvent_m_y_get", _wrap_wxGridEvent_m_y_get, 1 },
|
|
{ "wxGridEvent_m_x_get", _wrap_wxGridEvent_m_x_get, 1 },
|
|
{ "wxGridEvent_m_col_get", _wrap_wxGridEvent_m_col_get, 1 },
|
|
{ "wxGridEvent_m_row_get", _wrap_wxGridEvent_m_row_get, 1 },
|
|
{ "wxGrid_UpdateDimensions", _wrap_wxGrid_UpdateDimensions, 1 },
|
|
{ "wxGrid_SetRowHeight", _wrap_wxGrid_SetRowHeight, 1 },
|
|
{ "wxGrid_SetLabelValue", _wrap_wxGrid_SetLabelValue, 1 },
|
|
{ "wxGrid_SetLabelTextFont", _wrap_wxGrid_SetLabelTextFont, 1 },
|
|
{ "wxGrid_SetLabelTextColour", _wrap_wxGrid_SetLabelTextColour, 1 },
|
|
{ "wxGrid_SetLabelSize", _wrap_wxGrid_SetLabelSize, 1 },
|
|
{ "wxGrid_SetLabelBackgroundColour", _wrap_wxGrid_SetLabelBackgroundColour, 1 },
|
|
{ "wxGrid_SetLabelAlignment", _wrap_wxGrid_SetLabelAlignment, 1 },
|
|
{ "wxGrid_SetGridCursor", _wrap_wxGrid_SetGridCursor, 1 },
|
|
{ "wxGrid_SetEditable", _wrap_wxGrid_SetEditable, 1 },
|
|
{ "wxGrid_SetDividerPen", _wrap_wxGrid_SetDividerPen, 1 },
|
|
{ "wxGrid_SetColumnWidth", _wrap_wxGrid_SetColumnWidth, 1 },
|
|
{ "wxGrid_SetCellValue", _wrap_wxGrid_SetCellValue, 1 },
|
|
{ "wxGrid_SetDefCellTextFont", _wrap_wxGrid_SetDefCellTextFont, 1 },
|
|
{ "wxGrid_SetCellTextFont", _wrap_wxGrid_SetCellTextFont, 1 },
|
|
{ "wxGrid_SetDefCellTextColour", _wrap_wxGrid_SetDefCellTextColour, 1 },
|
|
{ "wxGrid_SetCellTextColour", _wrap_wxGrid_SetCellTextColour, 1 },
|
|
{ "wxGrid_SetDefCellBackgroundColour", _wrap_wxGrid_SetDefCellBackgroundColour, 1 },
|
|
{ "wxGrid_SetCellBackgroundColour", _wrap_wxGrid_SetCellBackgroundColour, 1 },
|
|
{ "wxGrid_SetDefCellAlignment", _wrap_wxGrid_SetDefCellAlignment, 1 },
|
|
{ "wxGrid_SetCellAlignment", _wrap_wxGrid_SetCellAlignment, 1 },
|
|
{ "wxGrid_OnActivate", _wrap_wxGrid_OnActivate, 1 },
|
|
{ "wxGrid_InsertRows", _wrap_wxGrid_InsertRows, 1 },
|
|
{ "wxGrid_InsertCols", _wrap_wxGrid_InsertCols, 1 },
|
|
{ "wxGrid_GetVertScrollBar", _wrap_wxGrid_GetVertScrollBar, 1 },
|
|
{ "wxGrid_GetTextItem", _wrap_wxGrid_GetTextItem, 1 },
|
|
{ "wxGrid_GetScrollPosY", _wrap_wxGrid_GetScrollPosY, 1 },
|
|
{ "wxGrid_GetScrollPosX", _wrap_wxGrid_GetScrollPosX, 1 },
|
|
{ "wxGrid_GetRows", _wrap_wxGrid_GetRows, 1 },
|
|
{ "wxGrid_GetRowHeight", _wrap_wxGrid_GetRowHeight, 1 },
|
|
{ "wxGrid_GetLabelValue", _wrap_wxGrid_GetLabelValue, 1 },
|
|
{ "wxGrid_GetLabelTextFont", _wrap_wxGrid_GetLabelTextFont, 1 },
|
|
{ "wxGrid_GetLabelTextColour", _wrap_wxGrid_GetLabelTextColour, 1 },
|
|
{ "wxGrid_GetLabelSize", _wrap_wxGrid_GetLabelSize, 1 },
|
|
{ "wxGrid_GetLabelBackgroundColour", _wrap_wxGrid_GetLabelBackgroundColour, 1 },
|
|
{ "wxGrid_GetLabelAlignment", _wrap_wxGrid_GetLabelAlignment, 1 },
|
|
{ "wxGrid_GetHorizScrollBar", _wrap_wxGrid_GetHorizScrollBar, 1 },
|
|
{ "wxGrid_GetEditable", _wrap_wxGrid_GetEditable, 1 },
|
|
{ "wxGrid_GetCursorRow", _wrap_wxGrid_GetCursorRow, 1 },
|
|
{ "wxGrid_GetCursorColumn", _wrap_wxGrid_GetCursorColumn, 1 },
|
|
{ "wxGrid_GetCurrentRect", _wrap_wxGrid_GetCurrentRect, 1 },
|
|
{ "wxGrid_GetColumnWidth", _wrap_wxGrid_GetColumnWidth, 1 },
|
|
{ "wxGrid_GetCols", _wrap_wxGrid_GetCols, 1 },
|
|
{ "wxGrid_GetCellValue", _wrap_wxGrid_GetCellValue, 1 },
|
|
{ "wxGrid_GetDefCellTextFont", _wrap_wxGrid_GetDefCellTextFont, 1 },
|
|
{ "wxGrid_GetCellTextFont", _wrap_wxGrid_GetCellTextFont, 1 },
|
|
{ "wxGrid_GetDefCellTextColour", _wrap_wxGrid_GetDefCellTextColour, 1 },
|
|
{ "wxGrid_GetCellTextColour", _wrap_wxGrid_GetCellTextColour, 1 },
|
|
{ "wxGrid_GetDefCellBackgroundColour", _wrap_wxGrid_GetDefCellBackgroundColour, 1 },
|
|
{ "wxGrid_GetCellBackgroundColour", _wrap_wxGrid_GetCellBackgroundColour, 1 },
|
|
{ "wxGrid_GetDefCellAlignment", _wrap_wxGrid_GetDefCellAlignment, 1 },
|
|
{ "wxGrid_GetCellAlignment", _wrap_wxGrid_GetCellAlignment, 1 },
|
|
{ "wxGrid_GetCell", _wrap_wxGrid_GetCell, 1 },
|
|
{ "wxGrid_GetBatchCount", _wrap_wxGrid_GetBatchCount, 1 },
|
|
{ "wxGrid_EndBatch", _wrap_wxGrid_EndBatch, 1 },
|
|
{ "wxGrid_DeleteRows", _wrap_wxGrid_DeleteRows, 1 },
|
|
{ "wxGrid_DeleteCols", _wrap_wxGrid_DeleteCols, 1 },
|
|
{ "wxGrid_CurrentCellVisible", _wrap_wxGrid_CurrentCellVisible, 1 },
|
|
{ "wxGrid_CreateGrid", _wrap_wxGrid_CreateGrid, 1 },
|
|
{ "wxGrid_CellHitTest", _wrap_wxGrid_CellHitTest, 1 },
|
|
{ "wxGrid_BeginBatch", _wrap_wxGrid_BeginBatch, 1 },
|
|
{ "wxGrid_AppendRows", _wrap_wxGrid_AppendRows, 1 },
|
|
{ "wxGrid_AppendCols", _wrap_wxGrid_AppendCols, 1 },
|
|
{ "wxGrid_AdjustScrollbars", _wrap_wxGrid_AdjustScrollbars, 1 },
|
|
{ "new_wxGrid", _wrap_new_wxGrid, 1 },
|
|
{ "wxGridCell_SetCellBitmap", _wrap_wxGridCell_SetCellBitmap, 1 },
|
|
{ "wxGridCell_GetCellBitmap", _wrap_wxGridCell_GetCellBitmap, 1 },
|
|
{ "wxGridCell_SetAlignment", _wrap_wxGridCell_SetAlignment, 1 },
|
|
{ "wxGridCell_GetAlignment", _wrap_wxGridCell_GetAlignment, 1 },
|
|
{ "wxGridCell_GetBackgroundBrush", _wrap_wxGridCell_GetBackgroundBrush, 1 },
|
|
{ "wxGridCell_SetBackgroundColour", _wrap_wxGridCell_SetBackgroundColour, 1 },
|
|
{ "wxGridCell_GetBackgroundColour", _wrap_wxGridCell_GetBackgroundColour, 1 },
|
|
{ "wxGridCell_SetTextColour", _wrap_wxGridCell_SetTextColour, 1 },
|
|
{ "wxGridCell_GetTextColour", _wrap_wxGridCell_GetTextColour, 1 },
|
|
{ "wxGridCell_SetFont", _wrap_wxGridCell_SetFont, 1 },
|
|
{ "wxGridCell_GetFont", _wrap_wxGridCell_GetFont, 1 },
|
|
{ "wxGridCell_SetTextValue", _wrap_wxGridCell_SetTextValue, 1 },
|
|
{ "wxGridCell_GetTextValue", _wrap_wxGridCell_GetTextValue, 1 },
|
|
{ "delete_wxGridCell", _wrap_delete_wxGridCell, 1 },
|
|
{ "new_wxGridCell", _wrap_new_wxGridCell, 1 },
|
|
{ NULL, NULL }
|
|
};
|
|
static PyObject *SWIG_globals;
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
#endif
|
|
SWIGEXPORT(void,initwindows2c)() {
|
|
PyObject *m, *d;
|
|
SWIG_globals = SWIG_newvarlink();
|
|
m = Py_InitModule("windows2c", windows2cMethods);
|
|
d = PyModule_GetDict(m);
|
|
PyDict_SetItemString(d,"wxGRID_TEXT_CTRL", PyInt_FromLong((long) wxGRID_TEXT_CTRL));
|
|
PyDict_SetItemString(d,"wxGRID_HSCROLL", PyInt_FromLong((long) wxGRID_HSCROLL));
|
|
PyDict_SetItemString(d,"wxGRID_VSCROLL", PyInt_FromLong((long) wxGRID_VSCROLL));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_SELECT_CELL", PyInt_FromLong((long) wxEVT_GRID_SELECT_CELL));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_CREATE_CELL", PyInt_FromLong((long) wxEVT_GRID_CREATE_CELL));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_CHANGE_LABELS", PyInt_FromLong((long) wxEVT_GRID_CHANGE_LABELS));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_CHANGE_SEL_LABEL", PyInt_FromLong((long) wxEVT_GRID_CHANGE_SEL_LABEL));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_CELL_CHANGE", PyInt_FromLong((long) wxEVT_GRID_CELL_CHANGE));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_CELL_LCLICK", PyInt_FromLong((long) wxEVT_GRID_CELL_LCLICK));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_CELL_RCLICK", PyInt_FromLong((long) wxEVT_GRID_CELL_RCLICK));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_LABEL_LCLICK", PyInt_FromLong((long) wxEVT_GRID_LABEL_LCLICK));
|
|
PyDict_SetItemString(d,"wxEVT_GRID_LABEL_RCLICK", PyInt_FromLong((long) wxEVT_GRID_LABEL_RCLICK));
|
|
/*
|
|
* These are the pointer type-equivalency mappings.
|
|
* (Used by the SWIG pointer type-checker).
|
|
*/
|
|
SWIG_RegisterMapping("_wxAcceleratorTable","_class_wxAcceleratorTable",0);
|
|
SWIG_RegisterMapping("_wxEvent","_class_wxNotebookEvent",SwigwxNotebookEventTowxEvent);
|
|
SWIG_RegisterMapping("_wxEvent","_wxNotebookEvent",SwigwxNotebookEventTowxEvent);
|
|
SWIG_RegisterMapping("_wxEvent","_class_wxGridEvent",SwigwxGridEventTowxEvent);
|
|
SWIG_RegisterMapping("_wxEvent","_wxGridEvent",SwigwxGridEventTowxEvent);
|
|
SWIG_RegisterMapping("_wxEvent","_class_wxEvent",0);
|
|
SWIG_RegisterMapping("_class_wxActivateEvent","_wxActivateEvent",0);
|
|
SWIG_RegisterMapping("_signed_long","_long",0);
|
|
SWIG_RegisterMapping("_wxMenuEvent","_class_wxMenuEvent",0);
|
|
SWIG_RegisterMapping("_class_wxRegionIterator","_wxRegionIterator",0);
|
|
SWIG_RegisterMapping("_class_wxMenuBar","_wxMenuBar",0);
|
|
SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxSplitterWindow",SwigwxSplitterWindowTowxEvtHandler);
|
|
SWIG_RegisterMapping("_class_wxEvtHandler","_wxSplitterWindow",SwigwxSplitterWindowTowxEvtHandler);
|
|
SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxNotebook",SwigwxNotebookTowxEvtHandler);
|
|
SWIG_RegisterMapping("_class_wxEvtHandler","_wxNotebook",SwigwxNotebookTowxEvtHandler);
|
|
SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxGrid",SwigwxGridTowxEvtHandler);
|
|
SWIG_RegisterMapping("_class_wxEvtHandler","_wxGrid",SwigwxGridTowxEvtHandler);
|
|
SWIG_RegisterMapping("_class_wxEvtHandler","_wxEvtHandler",0);
|
|
SWIG_RegisterMapping("_wxPaintEvent","_class_wxPaintEvent",0);
|
|
SWIG_RegisterMapping("_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0);
|
|
SWIG_RegisterMapping("_wxCursor","_class_wxCursor",0);
|
|
SWIG_RegisterMapping("_wxMask","_class_wxMask",0);
|
|
SWIG_RegisterMapping("_wxGrid","_class_wxGrid",0);
|
|
SWIG_RegisterMapping("_wxPyMenu","_class_wxPyMenu",0);
|
|
SWIG_RegisterMapping("_wxPen","_class_wxPen",0);
|
|
SWIG_RegisterMapping("_wxUpdateUIEvent","_class_wxUpdateUIEvent",0);
|
|
SWIG_RegisterMapping("_byte","_unsigned_char",0);
|
|
SWIG_RegisterMapping("_wxStaticBox","_class_wxStaticBox",0);
|
|
SWIG_RegisterMapping("_wxChoice","_class_wxChoice",0);
|
|
SWIG_RegisterMapping("_wxSlider","_class_wxSlider",0);
|
|
SWIG_RegisterMapping("_wxNotebookEvent","_class_wxNotebookEvent",0);
|
|
SWIG_RegisterMapping("_long","_wxDash",0);
|
|
SWIG_RegisterMapping("_long","_unsigned_long",0);
|
|
SWIG_RegisterMapping("_long","_signed_long",0);
|
|
SWIG_RegisterMapping("_wxDropFilesEvent","_class_wxDropFilesEvent",0);
|
|
SWIG_RegisterMapping("_wxBitmapButton","_class_wxBitmapButton",0);
|
|
SWIG_RegisterMapping("_class_wxAcceleratorTable","_wxAcceleratorTable",0);
|
|
SWIG_RegisterMapping("_class_wxGauge","_wxGauge",0);
|
|
SWIG_RegisterMapping("_wxDC","_class_wxDC",0);
|
|
SWIG_RegisterMapping("_wxSpinEvent","_class_wxSpinEvent",0);
|
|
SWIG_RegisterMapping("_class_wxRealPoint","_wxRealPoint",0);
|
|
SWIG_RegisterMapping("_class_wxMenuItem","_wxMenuItem",0);
|
|
SWIG_RegisterMapping("_class_wxPaintEvent","_wxPaintEvent",0);
|
|
SWIG_RegisterMapping("_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0);
|
|
SWIG_RegisterMapping("_class_wxPostScriptDC","_wxPostScriptDC",0);
|
|
SWIG_RegisterMapping("_wxPanel","_class_wxGrid",SwigwxGridTowxPanel);
|
|
SWIG_RegisterMapping("_wxPanel","_wxGrid",SwigwxGridTowxPanel);
|
|
SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0);
|
|
SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0);
|
|
SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0);
|
|
SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0);
|
|
SWIG_RegisterMapping("_class_wxMask","_wxMask",0);
|
|
SWIG_RegisterMapping("_class_wxKeyEvent","_wxKeyEvent",0);
|
|
SWIG_RegisterMapping("_class_wxGrid","_wxGrid",0);
|
|
SWIG_RegisterMapping("_wxColour","_class_wxColour",0);
|
|
SWIG_RegisterMapping("_class_wxDialog","_wxDialog",0);
|
|
SWIG_RegisterMapping("_wxIdleEvent","_class_wxIdleEvent",0);
|
|
SWIG_RegisterMapping("_class_wxUpdateUIEvent","_wxUpdateUIEvent",0);
|
|
SWIG_RegisterMapping("_wxBrush","_class_wxBrush",0);
|
|
SWIG_RegisterMapping("_class_wxNotebookEvent","_wxNotebookEvent",0);
|
|
SWIG_RegisterMapping("_wxShowEvent","_class_wxShowEvent",0);
|
|
SWIG_RegisterMapping("_uint","_unsigned_int",0);
|
|
SWIG_RegisterMapping("_uint","_int",0);
|
|
SWIG_RegisterMapping("_uint","_wxWindowID",0);
|
|
SWIG_RegisterMapping("_class_wxEvent","_class_wxNotebookEvent",SwigwxNotebookEventTowxEvent);
|
|
SWIG_RegisterMapping("_class_wxEvent","_wxNotebookEvent",SwigwxNotebookEventTowxEvent);
|
|
SWIG_RegisterMapping("_class_wxEvent","_class_wxGridEvent",SwigwxGridEventTowxEvent);
|
|
SWIG_RegisterMapping("_class_wxEvent","_wxGridEvent",SwigwxGridEventTowxEvent);
|
|
SWIG_RegisterMapping("_class_wxEvent","_wxEvent",0);
|
|
SWIG_RegisterMapping("_wxCheckListBox","_class_wxCheckListBox",0);
|
|
SWIG_RegisterMapping("_wxGridEvent","_class_wxGridEvent",0);
|
|
SWIG_RegisterMapping("_wxRect","_class_wxRect",0);
|
|
SWIG_RegisterMapping("_wxCommandEvent","_class_wxNotebookEvent",SwigwxNotebookEventTowxCommandEvent);
|
|
SWIG_RegisterMapping("_wxCommandEvent","_wxNotebookEvent",SwigwxNotebookEventTowxCommandEvent);
|
|
SWIG_RegisterMapping("_wxCommandEvent","_class_wxCommandEvent",0);
|
|
SWIG_RegisterMapping("_wxSizeEvent","_class_wxSizeEvent",0);
|
|
SWIG_RegisterMapping("_wxPoint","_class_wxPoint",0);
|
|
SWIG_RegisterMapping("_class_wxButton","_wxButton",0);
|
|
SWIG_RegisterMapping("_wxRadioBox","_class_wxRadioBox",0);
|
|
SWIG_RegisterMapping("_wxBitmap","_class_wxBitmap",0);
|
|
SWIG_RegisterMapping("_wxPyTimer","_class_wxPyTimer",0);
|
|
SWIG_RegisterMapping("_wxWindowDC","_class_wxWindowDC",0);
|
|
SWIG_RegisterMapping("_wxScrollBar","_class_wxScrollBar",0);
|
|
SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0);
|
|
SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0);
|
|
SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0);
|
|
SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0);
|
|
SWIG_RegisterMapping("_wxScrollEvent","_class_wxScrollEvent",0);
|
|
SWIG_RegisterMapping("_EBool","_signed_int",0);
|
|
SWIG_RegisterMapping("_EBool","_int",0);
|
|
SWIG_RegisterMapping("_EBool","_wxWindowID",0);
|
|
SWIG_RegisterMapping("_class_wxRegion","_wxRegion",0);
|
|
SWIG_RegisterMapping("_class_wxDropFilesEvent","_wxDropFilesEvent",0);
|
|
SWIG_RegisterMapping("_wxStaticText","_class_wxStaticText",0);
|
|
SWIG_RegisterMapping("_wxFont","_class_wxFont",0);
|
|
SWIG_RegisterMapping("_wxCloseEvent","_class_wxCloseEvent",0);
|
|
SWIG_RegisterMapping("_wxNotebook","_class_wxNotebook",0);
|
|
SWIG_RegisterMapping("_unsigned_long","_wxDash",0);
|
|
SWIG_RegisterMapping("_unsigned_long","_long",0);
|
|
SWIG_RegisterMapping("_class_wxRect","_wxRect",0);
|
|
SWIG_RegisterMapping("_class_wxDC","_wxDC",0);
|
|
SWIG_RegisterMapping("_class_wxPyTimer","_wxPyTimer",0);
|
|
SWIG_RegisterMapping("_wxFocusEvent","_class_wxFocusEvent",0);
|
|
SWIG_RegisterMapping("_wxMaximizeEvent","_class_wxMaximizeEvent",0);
|
|
SWIG_RegisterMapping("_class_wxSpinButton","_wxSpinButton",0);
|
|
SWIG_RegisterMapping("_wxAcceleratorEntry","_class_wxAcceleratorEntry",0);
|
|
SWIG_RegisterMapping("_class_wxPanel","_class_wxGrid",SwigwxGridTowxPanel);
|
|
SWIG_RegisterMapping("_class_wxPanel","_wxGrid",SwigwxGridTowxPanel);
|
|
SWIG_RegisterMapping("_class_wxPanel","_wxPanel",0);
|
|
SWIG_RegisterMapping("_class_wxCheckBox","_wxCheckBox",0);
|
|
SWIG_RegisterMapping("_wxComboBox","_class_wxComboBox",0);
|
|
SWIG_RegisterMapping("_wxRadioButton","_class_wxRadioButton",0);
|
|
SWIG_RegisterMapping("_signed_int","_EBool",0);
|
|
SWIG_RegisterMapping("_signed_int","_wxWindowID",0);
|
|
SWIG_RegisterMapping("_signed_int","_int",0);
|
|
SWIG_RegisterMapping("_class_wxTextCtrl","_wxTextCtrl",0);
|
|
SWIG_RegisterMapping("_wxLayoutConstraints","_class_wxLayoutConstraints",0);
|
|
SWIG_RegisterMapping("_wxMenu","_class_wxMenu",0);
|
|
SWIG_RegisterMapping("_class_wxMoveEvent","_wxMoveEvent",0);
|
|
SWIG_RegisterMapping("_wxListBox","_class_wxListBox",0);
|
|
SWIG_RegisterMapping("_wxScreenDC","_class_wxScreenDC",0);
|
|
SWIG_RegisterMapping("_WXTYPE","_short",0);
|
|
SWIG_RegisterMapping("_WXTYPE","_signed_short",0);
|
|
SWIG_RegisterMapping("_WXTYPE","_unsigned_short",0);
|
|
SWIG_RegisterMapping("_class_wxBrush","_wxBrush",0);
|
|
SWIG_RegisterMapping("_unsigned_short","_WXTYPE",0);
|
|
SWIG_RegisterMapping("_unsigned_short","_short",0);
|
|
SWIG_RegisterMapping("_class_wxWindow","_class_wxSplitterWindow",SwigwxSplitterWindowTowxWindow);
|
|
SWIG_RegisterMapping("_class_wxWindow","_wxSplitterWindow",SwigwxSplitterWindowTowxWindow);
|
|
SWIG_RegisterMapping("_class_wxWindow","_class_wxNotebook",SwigwxNotebookTowxWindow);
|
|
SWIG_RegisterMapping("_class_wxWindow","_wxNotebook",SwigwxNotebookTowxWindow);
|
|
SWIG_RegisterMapping("_class_wxWindow","_class_wxGrid",SwigwxGridTowxWindow);
|
|
SWIG_RegisterMapping("_class_wxWindow","_wxGrid",SwigwxGridTowxWindow);
|
|
SWIG_RegisterMapping("_class_wxWindow","_wxWindow",0);
|
|
SWIG_RegisterMapping("_wxSplitterWindow","_class_wxSplitterWindow",0);
|
|
SWIG_RegisterMapping("_class_wxStaticText","_wxStaticText",0);
|
|
SWIG_RegisterMapping("_class_wxFont","_wxFont",0);
|
|
SWIG_RegisterMapping("_class_wxCloseEvent","_wxCloseEvent",0);
|
|
SWIG_RegisterMapping("_class_wxMenuEvent","_wxMenuEvent",0);
|
|
SWIG_RegisterMapping("_wxClientDC","_class_wxClientDC",0);
|
|
SWIG_RegisterMapping("_wxMouseEvent","_class_wxMouseEvent",0);
|
|
SWIG_RegisterMapping("_class_wxPoint","_wxPoint",0);
|
|
SWIG_RegisterMapping("_wxRealPoint","_class_wxRealPoint",0);
|
|
SWIG_RegisterMapping("_class_wxRadioBox","_wxRadioBox",0);
|
|
SWIG_RegisterMapping("_wxGridCell","_class_wxGridCell",0);
|
|
SWIG_RegisterMapping("_signed_short","_WXTYPE",0);
|
|
SWIG_RegisterMapping("_signed_short","_short",0);
|
|
SWIG_RegisterMapping("_wxMemoryDC","_class_wxMemoryDC",0);
|
|
SWIG_RegisterMapping("_wxPaintDC","_class_wxPaintDC",0);
|
|
SWIG_RegisterMapping("_class_wxWindowDC","_wxWindowDC",0);
|
|
SWIG_RegisterMapping("_class_wxFocusEvent","_wxFocusEvent",0);
|
|
SWIG_RegisterMapping("_class_wxMaximizeEvent","_wxMaximizeEvent",0);
|
|
SWIG_RegisterMapping("_class_wxAcceleratorEntry","_wxAcceleratorEntry",0);
|
|
SWIG_RegisterMapping("_class_wxCursor","_wxCursor",0);
|
|
SWIG_RegisterMapping("_wxPostScriptDC","_class_wxPostScriptDC",0);
|
|
SWIG_RegisterMapping("_wxScrolledWindow","_class_wxScrolledWindow",0);
|
|
SWIG_RegisterMapping("_unsigned_char","_byte",0);
|
|
SWIG_RegisterMapping("_class_wxMenu","_wxMenu",0);
|
|
SWIG_RegisterMapping("_wxControl","_class_wxNotebook",SwigwxNotebookTowxControl);
|
|
SWIG_RegisterMapping("_wxControl","_wxNotebook",SwigwxNotebookTowxControl);
|
|
SWIG_RegisterMapping("_wxControl","_class_wxControl",0);
|
|
SWIG_RegisterMapping("_class_wxListBox","_wxListBox",0);
|
|
SWIG_RegisterMapping("_unsigned_int","_uint",0);
|
|
SWIG_RegisterMapping("_unsigned_int","_wxWindowID",0);
|
|
SWIG_RegisterMapping("_unsigned_int","_int",0);
|
|
SWIG_RegisterMapping("_wxIcon","_class_wxIcon",0);
|
|
SWIG_RegisterMapping("_wxDialog","_class_wxDialog",0);
|
|
SWIG_RegisterMapping("_class_wxPyMenu","_wxPyMenu",0);
|
|
SWIG_RegisterMapping("_class_wxPen","_wxPen",0);
|
|
SWIG_RegisterMapping("_short","_WXTYPE",0);
|
|
SWIG_RegisterMapping("_short","_unsigned_short",0);
|
|
SWIG_RegisterMapping("_short","_signed_short",0);
|
|
SWIG_RegisterMapping("_class_wxStaticBox","_wxStaticBox",0);
|
|
SWIG_RegisterMapping("_class_wxScrollEvent","_wxScrollEvent",0);
|
|
SWIG_RegisterMapping("_wxJoystickEvent","_class_wxJoystickEvent",0);
|
|
SWIG_RegisterMapping("_class_wxChoice","_wxChoice",0);
|
|
SWIG_RegisterMapping("_class_wxSlider","_wxSlider",0);
|
|
SWIG_RegisterMapping("_class_wxBitmapButton","_wxBitmapButton",0);
|
|
SWIG_RegisterMapping("_class_wxNotebook","_wxNotebook",0);
|
|
SWIG_RegisterMapping("_wxWindowID","_EBool",0);
|
|
SWIG_RegisterMapping("_wxWindowID","_uint",0);
|
|
SWIG_RegisterMapping("_wxWindowID","_int",0);
|
|
SWIG_RegisterMapping("_wxWindowID","_signed_int",0);
|
|
SWIG_RegisterMapping("_wxWindowID","_unsigned_int",0);
|
|
SWIG_RegisterMapping("_int","_EBool",0);
|
|
SWIG_RegisterMapping("_int","_uint",0);
|
|
SWIG_RegisterMapping("_int","_wxWindowID",0);
|
|
SWIG_RegisterMapping("_int","_unsigned_int",0);
|
|
SWIG_RegisterMapping("_int","_signed_int",0);
|
|
SWIG_RegisterMapping("_class_wxMouseEvent","_wxMouseEvent",0);
|
|
SWIG_RegisterMapping("_class_wxSpinEvent","_wxSpinEvent",0);
|
|
SWIG_RegisterMapping("_wxButton","_class_wxButton",0);
|
|
SWIG_RegisterMapping("_wxSize","_class_wxSize",0);
|
|
SWIG_RegisterMapping("_wxRegionIterator","_class_wxRegionIterator",0);
|
|
SWIG_RegisterMapping("_class_wxPaintDC","_wxPaintDC",0);
|
|
SWIG_RegisterMapping("_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0);
|
|
SWIG_RegisterMapping("_class_wxInitDialogEvent","_wxInitDialogEvent",0);
|
|
SWIG_RegisterMapping("_class_wxComboBox","_wxComboBox",0);
|
|
SWIG_RegisterMapping("_class_wxRadioButton","_wxRadioButton",0);
|
|
SWIG_RegisterMapping("_class_wxLayoutConstraints","_wxLayoutConstraints",0);
|
|
SWIG_RegisterMapping("_wxIconizeEvent","_class_wxIconizeEvent",0);
|
|
SWIG_RegisterMapping("_class_wxControl","_class_wxNotebook",SwigwxNotebookTowxControl);
|
|
SWIG_RegisterMapping("_class_wxControl","_wxNotebook",SwigwxNotebookTowxControl);
|
|
SWIG_RegisterMapping("_class_wxControl","_wxControl",0);
|
|
SWIG_RegisterMapping("_wxStaticBitmap","_class_wxStaticBitmap",0);
|
|
SWIG_RegisterMapping("_class_wxIcon","_wxIcon",0);
|
|
SWIG_RegisterMapping("_class_wxColour","_wxColour",0);
|
|
SWIG_RegisterMapping("_class_wxScreenDC","_wxScreenDC",0);
|
|
SWIG_RegisterMapping("_wxPalette","_class_wxPalette",0);
|
|
SWIG_RegisterMapping("_class_wxIdleEvent","_wxIdleEvent",0);
|
|
SWIG_RegisterMapping("_wxEraseEvent","_class_wxEraseEvent",0);
|
|
SWIG_RegisterMapping("_class_wxJoystickEvent","_wxJoystickEvent",0);
|
|
SWIG_RegisterMapping("_wxRegion","_class_wxRegion",0);
|
|
SWIG_RegisterMapping("_class_wxSplitterWindow","_wxSplitterWindow",0);
|
|
SWIG_RegisterMapping("_class_wxShowEvent","_wxShowEvent",0);
|
|
SWIG_RegisterMapping("_wxActivateEvent","_class_wxActivateEvent",0);
|
|
SWIG_RegisterMapping("_wxGauge","_class_wxGauge",0);
|
|
SWIG_RegisterMapping("_class_wxCheckListBox","_wxCheckListBox",0);
|
|
SWIG_RegisterMapping("_class_wxGridEvent","_wxGridEvent",0);
|
|
SWIG_RegisterMapping("_class_wxCommandEvent","_class_wxNotebookEvent",SwigwxNotebookEventTowxCommandEvent);
|
|
SWIG_RegisterMapping("_class_wxCommandEvent","_wxNotebookEvent",SwigwxNotebookEventTowxCommandEvent);
|
|
SWIG_RegisterMapping("_class_wxCommandEvent","_wxCommandEvent",0);
|
|
SWIG_RegisterMapping("_class_wxClientDC","_wxClientDC",0);
|
|
SWIG_RegisterMapping("_class_wxSizeEvent","_wxSizeEvent",0);
|
|
SWIG_RegisterMapping("_class_wxGridCell","_wxGridCell",0);
|
|
SWIG_RegisterMapping("_class_wxSize","_wxSize",0);
|
|
SWIG_RegisterMapping("_class_wxBitmap","_wxBitmap",0);
|
|
SWIG_RegisterMapping("_class_wxMemoryDC","_wxMemoryDC",0);
|
|
SWIG_RegisterMapping("_wxMenuBar","_class_wxMenuBar",0);
|
|
SWIG_RegisterMapping("_wxEvtHandler","_class_wxSplitterWindow",SwigwxSplitterWindowTowxEvtHandler);
|
|
SWIG_RegisterMapping("_wxEvtHandler","_wxSplitterWindow",SwigwxSplitterWindowTowxEvtHandler);
|
|
SWIG_RegisterMapping("_wxEvtHandler","_class_wxNotebook",SwigwxNotebookTowxEvtHandler);
|
|
SWIG_RegisterMapping("_wxEvtHandler","_wxNotebook",SwigwxNotebookTowxEvtHandler);
|
|
SWIG_RegisterMapping("_wxEvtHandler","_class_wxGrid",SwigwxGridTowxEvtHandler);
|
|
SWIG_RegisterMapping("_wxEvtHandler","_wxGrid",SwigwxGridTowxEvtHandler);
|
|
SWIG_RegisterMapping("_wxEvtHandler","_class_wxEvtHandler",0);
|
|
SWIG_RegisterMapping("_wxMenuItem","_class_wxMenuItem",0);
|
|
SWIG_RegisterMapping("_class_wxScrollBar","_wxScrollBar",0);
|
|
SWIG_RegisterMapping("_wxDash","_unsigned_long",0);
|
|
SWIG_RegisterMapping("_wxDash","_long",0);
|
|
SWIG_RegisterMapping("_class_wxScrolledWindow","_wxScrolledWindow",0);
|
|
SWIG_RegisterMapping("_wxKeyEvent","_class_wxKeyEvent",0);
|
|
SWIG_RegisterMapping("_wxMoveEvent","_class_wxMoveEvent",0);
|
|
SWIG_RegisterMapping("_class_wxPalette","_wxPalette",0);
|
|
SWIG_RegisterMapping("_class_wxEraseEvent","_wxEraseEvent",0);
|
|
SWIG_RegisterMapping("_wxWindow","_class_wxSplitterWindow",SwigwxSplitterWindowTowxWindow);
|
|
SWIG_RegisterMapping("_wxWindow","_wxSplitterWindow",SwigwxSplitterWindowTowxWindow);
|
|
SWIG_RegisterMapping("_wxWindow","_class_wxNotebook",SwigwxNotebookTowxWindow);
|
|
SWIG_RegisterMapping("_wxWindow","_wxNotebook",SwigwxNotebookTowxWindow);
|
|
SWIG_RegisterMapping("_wxWindow","_class_wxGrid",SwigwxGridTowxWindow);
|
|
SWIG_RegisterMapping("_wxWindow","_wxGrid",SwigwxGridTowxWindow);
|
|
SWIG_RegisterMapping("_wxWindow","_class_wxWindow",0);
|
|
}
|