*
* This file was automatically generated by :
* Simplified Wrapper and Interface Generator (SWIG)
- * Version 1.1 (Build 810)
+ * Version 1.1 (Build 883)
*
* Portions Copyright (c) 1995-1998
* The University of Utah and The Regents of the University of California.
#ifdef __cplusplus
extern "C" {
#endif
+
extern void SWIG_MakePtr(char *, void *, char *);
extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
extern char *SWIG_GetPtr(char *, void **, char *);
#define SWIG_name "oglshapesc"
-#include "helpers.h"
+#include "export.h"
#include "oglhelpers.h"
-static PyObject* l_output_helper(PyObject* target, PyObject* o) {
- PyObject* o2;
- 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;
return target;
}
-static char* wxStringErrorMsg = "string type is required for parameter";
+#if PYTHON_API_VERSION >= 1009
+ static char* wxStringErrorMsg = "String or Unicode type required";
+#else
+ static char* wxStringErrorMsg = "String type required";
+#endif
WXSHAPE_IMP_CALLBACKS(wxPyRectangleShape, wxRectangleShape);
#ifdef __cplusplus
extern "C" {
#endif
+static void *SwigwxPseudoMetaFileTowxObject(void *ptr) {
+ wxPseudoMetaFile *src;
+ wxObject *dest;
+ src = (wxPseudoMetaFile *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
#define new_wxPseudoMetaFile() (new wxPseudoMetaFile())
static PyObject *_wrap_new_wxPseudoMetaFile(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
wxPseudoMetaFile * _arg0;
wxBrush * _arg1;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
char *_kwnames[] = { "self","brush", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetFillBrush",_kwnames,&_argo0,&_argo1))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetFillBrush",_kwnames,&_argo0,&_obj1))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetFillBrush. Expected _wxBrush_p.");
+{
+ wxBrush* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxBrush_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxBrush_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxTheBrushList->FindOrCreateBrush(temp->GetColour(), temp->GetStyle());
+ else
+ _arg1 = NULL;
+}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPseudoMetaFile_SetFillBrush(_arg0,_arg1);
wxPseudoMetaFile * _arg0;
wxPen * _arg1;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
char *_kwnames[] = { "self","pen", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetOutlinePen",_kwnames,&_argo0,&_argo1))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetOutlinePen",_kwnames,&_argo0,&_obj1))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetOutlinePen. Expected _wxPen_p.");
+{
+ wxPen* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxPen_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxPen_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxThePenList->FindOrCreatePen(temp->GetColour(),
+ temp->GetWidth(),
+ temp->GetStyle());
+ else
+ _arg1 = NULL;
+}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPseudoMetaFile_SetOutlinePen(_arg0,_arg1);
}
}
{
+#if PYTHON_API_VERSION >= 1009
+ char* tmpPtr; int tmpSize;
+ if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
+ PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
+ return NULL;
+ }
+ if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
+ return NULL;
+ _arg1 = new wxString(tmpPtr, tmpSize);
+#else
if (!PyString_Check(_obj1)) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
- _arg1 = new wxString(PyString_AsString(_obj1), PyString_Size(_obj1));
+ _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
+#endif
}
{
_arg2 = &temp;
int _arg1;
wxPoint * _arg2;
PyObject * _argo0 = 0;
+ int NPOINTS;
PyObject * _obj2 = 0;
char *_kwnames[] = { "self","points", NULL };
}
if (_obj2)
{
- _arg2 = wxPoint_LIST_helper(_obj2);
- if (_arg2 == NULL) {
- return NULL;
- }
+ _arg2 = wxPoint_LIST_helper(_obj2, &NPOINTS);
+ if (_arg2 == NULL) {
+ return NULL;
+ }
}
{
- if (_obj2) {
- _arg1 = PyList_Size(_obj2);
- }
- else {
- _arg1 = 0;
- }
+ _arg1 = NPOINTS;
}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPoint * _arg2;
int _arg3 = (int ) 0;
PyObject * _argo0 = 0;
+ int NPOINTS;
PyObject * _obj2 = 0;
char *_kwnames[] = { "self","points","flags", NULL };
}
if (_obj2)
{
- _arg2 = wxPoint_LIST_helper(_obj2);
- if (_arg2 == NULL) {
- return NULL;
- }
+ _arg2 = wxPoint_LIST_helper(_obj2, &NPOINTS);
+ if (_arg2 == NULL) {
+ return NULL;
+ }
}
{
- if (_obj2) {
- _arg1 = PyList_Size(_obj2);
- }
- else {
- _arg1 = 0;
- }
+ _arg1 = NPOINTS;
}
{
wxPy_BEGIN_ALLOW_THREADS;
int _arg1;
wxPoint * _arg2;
PyObject * _argo0 = 0;
+ int NPOINTS;
PyObject * _obj2 = 0;
char *_kwnames[] = { "self","points", NULL };
}
if (_obj2)
{
- _arg2 = wxPoint_LIST_helper(_obj2);
- if (_arg2 == NULL) {
- return NULL;
- }
+ _arg2 = wxPoint_LIST_helper(_obj2, &NPOINTS);
+ if (_arg2 == NULL) {
+ return NULL;
+ }
}
{
- if (_obj2) {
- _arg1 = PyList_Size(_obj2);
- }
- else {
- _arg1 = 0;
- }
+ _arg1 = NPOINTS;
}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPen * _arg1;
bool _arg2 = (bool ) FALSE;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
int tempbool2 = (int) FALSE;
char *_kwnames[] = { "self","pen","isOutline", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_SetPen",_kwnames,&_argo0,&_argo1,&tempbool2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_SetPen",_kwnames,&_argo0,&_obj1,&tempbool2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetPen. Expected _wxPen_p.");
+{
+ wxPen* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxPen_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxPen_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxThePenList->FindOrCreatePen(temp->GetColour(),
+ temp->GetWidth(),
+ temp->GetStyle());
+ else
+ _arg1 = NULL;
+}
_arg2 = (bool ) tempbool2;
{
wxPy_BEGIN_ALLOW_THREADS;
wxBrush * _arg1;
bool _arg2 = (bool ) FALSE;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
int tempbool2 = (int) FALSE;
char *_kwnames[] = { "self","brush","isFill", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_SetBrush",_kwnames,&_argo0,&_argo1,&tempbool2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPseudoMetaFile_SetBrush",_kwnames,&_argo0,&_obj1,&tempbool2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetBrush. Expected _wxBrush_p.");
+{
+ wxBrush* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxBrush_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxBrush_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxTheBrushList->FindOrCreateBrush(temp->GetColour(), temp->GetStyle());
+ else
+ _arg1 = NULL;
+}
_arg2 = (bool ) tempbool2;
{
wxPy_BEGIN_ALLOW_THREADS;
wxPseudoMetaFile * _arg0;
wxFont * _arg1;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
char *_kwnames[] = { "self","font", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetFont",_kwnames,&_argo0,&_argo1))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPseudoMetaFile_SetFont",_kwnames,&_argo0,&_obj1))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPseudoMetaFile_SetFont. Expected _wxFont_p.");
+{
+ wxFont* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxFont_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxFont_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxTheFontList->FindOrCreateFont(temp->GetPointSize(),
+ temp->GetFamily(),
+ temp->GetStyle(),
+ temp->GetWeight(),
+ temp->GetUnderlined(),
+ temp->GetFaceName(),
+ temp->GetEncoding());
+ else
+ _arg1 = NULL;
+}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPseudoMetaFile_SetFont(_arg0,_arg1);
return (void *) dest;
}
+static void *SwigwxPyRectangleShapeTowxObject(void *ptr) {
+ wxPyRectangleShape *src;
+ wxObject *dest;
+ src = (wxPyRectangleShape *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
#define new_wxPyRectangleShape(_swigarg0,_swigarg1) (new wxPyRectangleShape(_swigarg0,_swigarg1))
static PyObject *_wrap_new_wxPyRectangleShape(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
return _resultobj;
}
-#define wxPyRectangleShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
-static PyObject *_wrap_wxPyRectangleShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
+#define wxPyRectangleShape__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1))
+static PyObject *_wrap_wxPyRectangleShape__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
wxPyRectangleShape * _arg0;
PyObject * _arg1;
char *_kwnames[] = { "self","self","_class", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyRectangleShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyRectangleShape__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyRectangleShape_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape__setSelf. Expected _wxPyRectangleShape_p.");
+ PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyRectangleShape__setCallbackInfo. Expected _wxPyRectangleShape_p.");
return NULL;
}
}
}
{
wxPy_BEGIN_ALLOW_THREADS;
- wxPyRectangleShape__setSelf(_arg0,_arg1,_arg2);
+ wxPyRectangleShape__setCallbackInfo(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
return (void *) dest;
}
+static void *SwigwxPyControlPointTowxObject(void *ptr) {
+ wxPyControlPoint *src;
+ wxObject *dest;
+ src = (wxPyControlPoint *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
#define new_wxPyControlPoint(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxPyControlPoint(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
static PyObject *_wrap_new_wxPyControlPoint(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
return _resultobj;
}
-#define wxPyControlPoint__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
-static PyObject *_wrap_wxPyControlPoint__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
+#define wxPyControlPoint__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1))
+static PyObject *_wrap_wxPyControlPoint__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
wxPyControlPoint * _arg0;
PyObject * _arg1;
char *_kwnames[] = { "self","self","_class", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyControlPoint__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyControlPoint__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyControlPoint_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint__setSelf. Expected _wxPyControlPoint_p.");
+ PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyControlPoint__setCallbackInfo. Expected _wxPyControlPoint_p.");
return NULL;
}
}
}
{
wxPy_BEGIN_ALLOW_THREADS;
- wxPyControlPoint__setSelf(_arg0,_arg1,_arg2);
+ wxPyControlPoint__setCallbackInfo(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
return (void *) dest;
}
+static void *SwigwxPyBitmapShapeTowxObject(void *ptr) {
+ wxPyBitmapShape *src;
+ wxObject *dest;
+ src = (wxPyBitmapShape *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
#define new_wxPyBitmapShape() (new wxPyBitmapShape())
static PyObject *_wrap_new_wxPyBitmapShape(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
return _resultobj;
}
-#define wxPyBitmapShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
-static PyObject *_wrap_wxPyBitmapShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
+#define wxPyBitmapShape__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1))
+static PyObject *_wrap_wxPyBitmapShape__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
wxPyBitmapShape * _arg0;
PyObject * _arg1;
char *_kwnames[] = { "self","self","_class", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyBitmapShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyBitmapShape__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyBitmapShape_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape__setSelf. Expected _wxPyBitmapShape_p.");
+ PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyBitmapShape__setCallbackInfo. Expected _wxPyBitmapShape_p.");
return NULL;
}
}
}
{
wxPy_BEGIN_ALLOW_THREADS;
- wxPyBitmapShape__setSelf(_arg0,_arg1,_arg2);
+ wxPyBitmapShape__setCallbackInfo(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
}
}
{
+#if PYTHON_API_VERSION >= 1009
+ char* tmpPtr; int tmpSize;
+ if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
+ PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
+ return NULL;
+ }
+ if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
+ return NULL;
+ _arg1 = new wxString(tmpPtr, tmpSize);
+#else
if (!PyString_Check(_obj1)) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
- _arg1 = new wxString(PyString_AsString(_obj1), PyString_Size(_obj1));
+ _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
+#endif
}
{
wxPy_BEGIN_ALLOW_THREADS;
return (void *) dest;
}
+static void *SwigwxPyDrawnShapeTowxObject(void *ptr) {
+ wxPyDrawnShape *src;
+ wxObject *dest;
+ src = (wxPyDrawnShape *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
#define new_wxPyDrawnShape() (new wxPyDrawnShape())
static PyObject *_wrap_new_wxPyDrawnShape(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
return _resultobj;
}
-#define wxPyDrawnShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
-static PyObject *_wrap_wxPyDrawnShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
+#define wxPyDrawnShape__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1))
+static PyObject *_wrap_wxPyDrawnShape__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
wxPyDrawnShape * _arg0;
PyObject * _arg1;
char *_kwnames[] = { "self","self","_class", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDrawnShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDrawnShape__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDrawnShape_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape__setSelf. Expected _wxPyDrawnShape_p.");
+ PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDrawnShape__setCallbackInfo. Expected _wxPyDrawnShape_p.");
return NULL;
}
}
}
{
wxPy_BEGIN_ALLOW_THREADS;
- wxPyDrawnShape__setSelf(_arg0,_arg1,_arg2);
+ wxPyDrawnShape__setCallbackInfo(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
int _arg1;
wxPoint * _arg2;
PyObject * _argo0 = 0;
+ int NPOINTS;
PyObject * _obj2 = 0;
char *_kwnames[] = { "self","points", NULL };
}
if (_obj2)
{
- _arg2 = wxPoint_LIST_helper(_obj2);
- if (_arg2 == NULL) {
- return NULL;
- }
+ _arg2 = wxPoint_LIST_helper(_obj2, &NPOINTS);
+ if (_arg2 == NULL) {
+ return NULL;
+ }
}
{
- if (_obj2) {
- _arg1 = PyList_Size(_obj2);
- }
- else {
- _arg1 = 0;
- }
+ _arg1 = NPOINTS;
}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPoint * _arg2;
int _arg3 = (int ) 0;
PyObject * _argo0 = 0;
+ int NPOINTS;
PyObject * _obj2 = 0;
char *_kwnames[] = { "self","points","flags", NULL };
}
if (_obj2)
{
- _arg2 = wxPoint_LIST_helper(_obj2);
- if (_arg2 == NULL) {
- return NULL;
- }
+ _arg2 = wxPoint_LIST_helper(_obj2, &NPOINTS);
+ if (_arg2 == NULL) {
+ return NULL;
+ }
}
{
- if (_obj2) {
- _arg1 = PyList_Size(_obj2);
- }
- else {
- _arg1 = 0;
- }
+ _arg1 = NPOINTS;
}
{
wxPy_BEGIN_ALLOW_THREADS;
int _arg1;
wxPoint * _arg2;
PyObject * _argo0 = 0;
+ int NPOINTS;
PyObject * _obj2 = 0;
char *_kwnames[] = { "self","points", NULL };
}
if (_obj2)
{
- _arg2 = wxPoint_LIST_helper(_obj2);
- if (_arg2 == NULL) {
- return NULL;
- }
+ _arg2 = wxPoint_LIST_helper(_obj2, &NPOINTS);
+ if (_arg2 == NULL) {
+ return NULL;
+ }
}
{
- if (_obj2) {
- _arg1 = PyList_Size(_obj2);
- }
- else {
- _arg1 = 0;
- }
+ _arg1 = NPOINTS;
}
{
wxPy_BEGIN_ALLOW_THREADS;
}
}
{
+#if PYTHON_API_VERSION >= 1009
+ char* tmpPtr; int tmpSize;
+ if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
+ PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
+ return NULL;
+ }
+ if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
+ return NULL;
+ _arg1 = new wxString(tmpPtr, tmpSize);
+#else
if (!PyString_Check(_obj1)) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
- _arg1 = new wxString(PyString_AsString(_obj1), PyString_Size(_obj1));
+ _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
+#endif
}
{
_arg2 = &temp;
wxPyDrawnShape * _arg0;
PyObject * _argo0 = 0;
char *_kwnames[] = { "self", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDrawnShape_GetMetaFile",_kwnames,&_argo0))
_result = (wxPseudoMetaFile *) &_result_ref;
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxPseudoMetaFile_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
wxBrush * _arg1;
bool _arg2 = (bool ) FALSE;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
int tempbool2 = (int) FALSE;
char *_kwnames[] = { "self","pen","isOutline", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_SetDrawnBrush",_kwnames,&_argo0,&_argo1,&tempbool2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_SetDrawnBrush",_kwnames,&_argo0,&_obj1,&tempbool2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxBrush_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnBrush. Expected _wxBrush_p.");
+{
+ wxBrush* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxBrush_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxBrush_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxTheBrushList->FindOrCreateBrush(temp->GetColour(), temp->GetStyle());
+ else
+ _arg1 = NULL;
+}
_arg2 = (bool ) tempbool2;
{
wxPy_BEGIN_ALLOW_THREADS;
wxPyDrawnShape * _arg0;
wxFont * _arg1;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
char *_kwnames[] = { "self","font", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetDrawnFont",_kwnames,&_argo0,&_argo1))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDrawnShape_SetDrawnFont",_kwnames,&_argo0,&_obj1))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxFont_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnFont. Expected _wxFont_p.");
+{
+ wxFont* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxFont_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxFont_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxTheFontList->FindOrCreateFont(temp->GetPointSize(),
+ temp->GetFamily(),
+ temp->GetStyle(),
+ temp->GetWeight(),
+ temp->GetUnderlined(),
+ temp->GetFaceName(),
+ temp->GetEncoding());
+ else
+ _arg1 = NULL;
+}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPyDrawnShape_SetDrawnFont(_arg0,_arg1);
wxPen * _arg1;
bool _arg2 = (bool ) FALSE;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
int tempbool2 = (int) FALSE;
char *_kwnames[] = { "self","pen","isOutline", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_SetDrawnPen",_kwnames,&_argo0,&_argo1,&tempbool2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|i:wxPyDrawnShape_SetDrawnPen",_kwnames,&_argo0,&_obj1,&tempbool2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDrawnShape_SetDrawnPen. Expected _wxPen_p.");
+{
+ wxPen* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxPen_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxPen_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxThePenList->FindOrCreatePen(temp->GetColour(),
+ temp->GetWidth(),
+ temp->GetStyle());
+ else
+ _arg1 = NULL;
+}
_arg2 = (bool ) tempbool2;
{
wxPy_BEGIN_ALLOW_THREADS;
return _resultobj;
}
+static void *SwigwxOGLConstraintTowxObject(void *ptr) {
+ wxOGLConstraint *src;
+ wxObject *dest;
+ src = (wxOGLConstraint *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
static wxOGLConstraint *new_wxOGLConstraint(int type,wxPyShape *constraining,PyObject *constrained) {
wxList* list = wxPy_wxListHelper(constrained, "_wxPyShape_p");
wxOGLConstraint* rv = new wxOGLConstraint(type, constraining, *list);
return _resultobj;
}
-#define delete_wxOGLConstraint(_swigobj) (delete _swigobj)
-static PyObject *_wrap_delete_wxOGLConstraint(PyObject *self, PyObject *args, PyObject *kwargs) {
- PyObject * _resultobj;
- wxOGLConstraint * _arg0;
- PyObject * _argo0 = 0;
- char *_kwnames[] = { "self", NULL };
-
- self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxOGLConstraint",_kwnames,&_argo0))
- return NULL;
- if (_argo0) {
- if (_argo0 == Py_None) { _arg0 = NULL; }
- else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxOGLConstraint_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxOGLConstraint. Expected _wxOGLConstraint_p.");
- return NULL;
- }
- }
-{
- wxPy_BEGIN_ALLOW_THREADS;
- delete_wxOGLConstraint(_arg0);
-
- wxPy_END_ALLOW_THREADS;
-} Py_INCREF(Py_None);
- _resultobj = Py_None;
- return _resultobj;
-}
-
#define wxOGLConstraint_Evaluate(_swigobj) (_swigobj->Evaluate())
static PyObject *_wrap_wxOGLConstraint_Evaluate(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
return (void *) dest;
}
+static void *SwigwxPyCompositeShapeTowxObject(void *ptr) {
+ wxPyCompositeShape *src;
+ wxObject *dest;
+ src = (wxPyCompositeShape *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
#define new_wxPyCompositeShape() (new wxPyCompositeShape())
static PyObject *_wrap_new_wxPyCompositeShape(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
return _resultobj;
}
-#define wxPyCompositeShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
-static PyObject *_wrap_wxPyCompositeShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
+#define wxPyCompositeShape__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1))
+static PyObject *_wrap_wxPyCompositeShape__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
wxPyCompositeShape * _arg0;
PyObject * _arg1;
char *_kwnames[] = { "self","self","_class", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyCompositeShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyCompositeShape__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyCompositeShape_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape__setSelf. Expected _wxPyCompositeShape_p.");
+ PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyCompositeShape__setCallbackInfo. Expected _wxPyCompositeShape_p.");
return NULL;
}
}
}
{
wxPy_BEGIN_ALLOW_THREADS;
- wxPyCompositeShape__setSelf(_arg0,_arg1,_arg2);
+ wxPyCompositeShape__setCallbackInfo(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
PyObject * _argo0 = 0;
PyObject * _argo1 = 0;
char *_kwnames[] = { "self","constraint", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyCompositeShape_AddConstraint",_kwnames,&_argo0,&_argo1))
_result = (wxOGLConstraint *)wxPyCompositeShape_AddConstraint(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
PyObject * _argo2 = 0;
PyObject * _obj3 = 0;
char *_kwnames[] = { "self","type","constraining","constrained", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO:wxPyCompositeShape_AddConstrainedShapes",_kwnames,&_argo0,&_arg1,&_argo2,&_obj3))
_result = (wxOGLConstraint *)wxPyCompositeShape_AddConstrainedShapes(_arg0,_arg1,_arg2,_arg3);
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
PyObject * _argo2 = 0;
PyObject * _argo3 = 0;
char *_kwnames[] = { "self","type","constraining","constrained", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OiOO:wxPyCompositeShape_AddSimpleConstraint",_kwnames,&_argo0,&_arg1,&_argo2,&_argo3))
_result = (wxOGLConstraint *)wxPyCompositeShape_AddSimpleConstraint(_arg0,_arg1,_arg2,_arg3);
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxOGLConstraint_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
wxPyCompositeShape * _arg0;
PyObject * _argo0 = 0;
char *_kwnames[] = { "self", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyCompositeShape_FindContainerImage",_kwnames,&_argo0))
_result = (wxPyShape *)wxPyCompositeShape_FindContainerImage(_arg0);
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyShape_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
return (void *) dest;
}
+static void *SwigwxPyDividedShapeTowxObject(void *ptr) {
+ wxPyDividedShape *src;
+ wxObject *dest;
+ src = (wxPyDividedShape *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
#define new_wxPyDividedShape(_swigarg0,_swigarg1) (new wxPyDividedShape(_swigarg0,_swigarg1))
static PyObject *_wrap_new_wxPyDividedShape(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
return _resultobj;
}
-#define wxPyDividedShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
-static PyObject *_wrap_wxPyDividedShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
+#define wxPyDividedShape__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1))
+static PyObject *_wrap_wxPyDividedShape__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
wxPyDividedShape * _arg0;
PyObject * _arg1;
char *_kwnames[] = { "self","self","_class", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDividedShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDividedShape__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDividedShape_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape__setSelf. Expected _wxPyDividedShape_p.");
+ PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDividedShape__setCallbackInfo. Expected _wxPyDividedShape_p.");
return NULL;
}
}
}
{
wxPy_BEGIN_ALLOW_THREADS;
- wxPyDividedShape__setSelf(_arg0,_arg1,_arg2);
+ wxPyDividedShape__setCallbackInfo(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
return (void *) dest;
}
+static void *SwigwxPyDivisionShapeTowxObject(void *ptr) {
+ wxPyDivisionShape *src;
+ wxObject *dest;
+ src = (wxPyDivisionShape *) ptr;
+ dest = (wxObject *) src;
+ return (void *) dest;
+}
+
#define new_wxPyDivisionShape() (new wxPyDivisionShape())
static PyObject *_wrap_new_wxPyDivisionShape(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
return _resultobj;
}
-#define wxPyDivisionShape__setSelf(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setSelf(_swigarg0,_swigarg1))
-static PyObject *_wrap_wxPyDivisionShape__setSelf(PyObject *self, PyObject *args, PyObject *kwargs) {
+#define wxPyDivisionShape__setCallbackInfo(_swigobj,_swigarg0,_swigarg1) (_swigobj->_setCallbackInfo(_swigarg0,_swigarg1))
+static PyObject *_wrap_wxPyDivisionShape__setCallbackInfo(PyObject *self, PyObject *args, PyObject *kwargs) {
PyObject * _resultobj;
wxPyDivisionShape * _arg0;
PyObject * _arg1;
char *_kwnames[] = { "self","self","_class", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDivisionShape__setSelf",_kwnames,&_argo0,&_obj1,&_obj2))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OOO:wxPyDivisionShape__setCallbackInfo",_kwnames,&_argo0,&_obj1,&_obj2))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyDivisionShape_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape__setSelf. Expected _wxPyDivisionShape_p.");
+ PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyDivisionShape__setCallbackInfo. Expected _wxPyDivisionShape_p.");
return NULL;
}
}
}
{
wxPy_BEGIN_ALLOW_THREADS;
- wxPyDivisionShape__setSelf(_arg0,_arg1,_arg2);
+ wxPyDivisionShape__setCallbackInfo(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
wxPyDivisionShape * _arg0;
PyObject * _argo0 = 0;
char *_kwnames[] = { "self", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetBottomSide",_kwnames,&_argo0))
_result = (wxPyDivisionShape *)wxPyDivisionShape_GetBottomSide(_arg0);
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
wxPyDivisionShape * _arg0;
PyObject * _argo0 = 0;
char *_kwnames[] = { "self", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetLeftSide",_kwnames,&_argo0))
_result = (wxPyDivisionShape *)wxPyDivisionShape_GetLeftSide(_arg0);
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
wxPyDivisionShape * _arg0;
PyObject * _argo0 = 0;
char *_kwnames[] = { "self", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetRightSide",_kwnames,&_argo0))
_result = (wxPyDivisionShape *)wxPyDivisionShape_GetRightSide(_arg0);
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
wxPyDivisionShape * _arg0;
PyObject * _argo0 = 0;
char *_kwnames[] = { "self", NULL };
- char _ptemp[128];
self = self;
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyDivisionShape_GetTopSide",_kwnames,&_argo0))
_result = (wxPyDivisionShape *)wxPyDivisionShape_GetTopSide(_arg0);
wxPy_END_ALLOW_THREADS;
-} if (_result) {
- SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyDivisionShape_p");
- _resultobj = Py_BuildValue("s",_ptemp);
- } else {
- Py_INCREF(Py_None);
- _resultobj = Py_None;
- }
+}{ _resultobj = wxPyMake_wxObject(_result); }
return _resultobj;
}
}
}
{
+#if PYTHON_API_VERSION >= 1009
+ char* tmpPtr; int tmpSize;
+ if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
+ PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
+ return NULL;
+ }
+ if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
+ return NULL;
+ _arg1 = new wxString(tmpPtr, tmpSize);
+#else
if (!PyString_Check(_obj1)) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
- _arg1 = new wxString(PyString_AsString(_obj1), PyString_Size(_obj1));
+ _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
+#endif
}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPyDivisionShape * _arg0;
wxPen * _arg1;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
char *_kwnames[] = { "self","pen", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetLeftSidePen",_kwnames,&_argo0,&_argo1))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetLeftSidePen",_kwnames,&_argo0,&_obj1))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetLeftSidePen. Expected _wxPen_p.");
+{
+ wxPen* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxPen_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxPen_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxThePenList->FindOrCreatePen(temp->GetColour(),
+ temp->GetWidth(),
+ temp->GetStyle());
+ else
+ _arg1 = NULL;
+}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPyDivisionShape_SetLeftSidePen(_arg0,_arg1);
}
}
{
+#if PYTHON_API_VERSION >= 1009
+ char* tmpPtr; int tmpSize;
+ if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) {
+ PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
+ return NULL;
+ }
+ if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1)
+ return NULL;
+ _arg1 = new wxString(tmpPtr, tmpSize);
+#else
if (!PyString_Check(_obj1)) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
- _arg1 = new wxString(PyString_AsString(_obj1), PyString_Size(_obj1));
+ _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1));
+#endif
}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPyDivisionShape * _arg0;
wxPen * _arg1;
PyObject * _argo0 = 0;
- PyObject * _argo1 = 0;
+ PyObject * _obj1 = 0;
char *_kwnames[] = { "self","pen", NULL };
self = self;
- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetTopSidePen",_kwnames,&_argo0,&_argo1))
+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyDivisionShape_SetTopSidePen",_kwnames,&_argo0,&_obj1))
return NULL;
if (_argo0) {
if (_argo0 == Py_None) { _arg0 = NULL; }
return NULL;
}
}
- if (_argo1) {
- if (_argo1 == Py_None) { _arg1 = NULL; }
- else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxPen_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyDivisionShape_SetTopSidePen. Expected _wxPen_p.");
+{
+ wxPen* temp;
+ if (_obj1) {
+ if (_obj1 == Py_None) { temp = NULL; }
+ else if (SWIG_GetPtrObj(_obj1, (void **) &temp,"_wxPen_p")) {
+ PyErr_SetString(PyExc_TypeError,"Type error, expected _wxPen_p.");
return NULL;
}
}
+ if (temp)
+ _arg1 = wxThePenList->FindOrCreatePen(temp->GetColour(),
+ temp->GetWidth(),
+ temp->GetStyle());
+ else
+ _arg1 = NULL;
+}
{
wxPy_BEGIN_ALLOW_THREADS;
wxPyDivisionShape_SetTopSidePen(_arg0,_arg1);
{ "wxPyDivisionShape_AdjustRight", (PyCFunction) _wrap_wxPyDivisionShape_AdjustRight, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDivisionShape_AdjustLeft", (PyCFunction) _wrap_wxPyDivisionShape_AdjustLeft, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDivisionShape_AdjustBottom", (PyCFunction) _wrap_wxPyDivisionShape_AdjustBottom, METH_VARARGS | METH_KEYWORDS },
- { "wxPyDivisionShape__setSelf", (PyCFunction) _wrap_wxPyDivisionShape__setSelf, METH_VARARGS | METH_KEYWORDS },
+ { "wxPyDivisionShape__setCallbackInfo", (PyCFunction) _wrap_wxPyDivisionShape__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
{ "new_wxPyDivisionShape", (PyCFunction) _wrap_new_wxPyDivisionShape, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDividedShape_base_OnEndSize", (PyCFunction) _wrap_wxPyDividedShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDividedShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyDividedShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDividedShape_base_OnDelete", (PyCFunction) _wrap_wxPyDividedShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDividedShape_SetRegionSizes", (PyCFunction) _wrap_wxPyDividedShape_SetRegionSizes, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDividedShape_EditRegions", (PyCFunction) _wrap_wxPyDividedShape_EditRegions, METH_VARARGS | METH_KEYWORDS },
- { "wxPyDividedShape__setSelf", (PyCFunction) _wrap_wxPyDividedShape__setSelf, METH_VARARGS | METH_KEYWORDS },
+ { "wxPyDividedShape__setCallbackInfo", (PyCFunction) _wrap_wxPyDividedShape__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
{ "new_wxPyDividedShape", (PyCFunction) _wrap_new_wxPyDividedShape, METH_VARARGS | METH_KEYWORDS },
{ "wxPyCompositeShape_base_OnEndSize", (PyCFunction) _wrap_wxPyCompositeShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyCompositeShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyCompositeShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyCompositeShape_AddConstrainedShapes", (PyCFunction) _wrap_wxPyCompositeShape_AddConstrainedShapes, METH_VARARGS | METH_KEYWORDS },
{ "wxPyCompositeShape_AddConstraint", (PyCFunction) _wrap_wxPyCompositeShape_AddConstraint, METH_VARARGS | METH_KEYWORDS },
{ "wxPyCompositeShape_AddChild", (PyCFunction) _wrap_wxPyCompositeShape_AddChild, METH_VARARGS | METH_KEYWORDS },
- { "wxPyCompositeShape__setSelf", (PyCFunction) _wrap_wxPyCompositeShape__setSelf, METH_VARARGS | METH_KEYWORDS },
+ { "wxPyCompositeShape__setCallbackInfo", (PyCFunction) _wrap_wxPyCompositeShape__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
{ "new_wxPyCompositeShape", (PyCFunction) _wrap_new_wxPyCompositeShape, METH_VARARGS | METH_KEYWORDS },
{ "wxOGLConstraint_Equals", (PyCFunction) _wrap_wxOGLConstraint_Equals, METH_VARARGS | METH_KEYWORDS },
{ "wxOGLConstraint_SetSpacing", (PyCFunction) _wrap_wxOGLConstraint_SetSpacing, METH_VARARGS | METH_KEYWORDS },
{ "wxOGLConstraint_Evaluate", (PyCFunction) _wrap_wxOGLConstraint_Evaluate, METH_VARARGS | METH_KEYWORDS },
- { "delete_wxOGLConstraint", (PyCFunction) _wrap_delete_wxOGLConstraint, METH_VARARGS | METH_KEYWORDS },
{ "new_wxOGLConstraint", (PyCFunction) _wrap_new_wxOGLConstraint, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDrawnShape_base_OnEndSize", (PyCFunction) _wrap_wxPyDrawnShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDrawnShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyDrawnShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDrawnShape_DrawArc", (PyCFunction) _wrap_wxPyDrawnShape_DrawArc, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDrawnShape_DestroyClippingRect", (PyCFunction) _wrap_wxPyDrawnShape_DestroyClippingRect, METH_VARARGS | METH_KEYWORDS },
{ "wxPyDrawnShape_CalculateSize", (PyCFunction) _wrap_wxPyDrawnShape_CalculateSize, METH_VARARGS | METH_KEYWORDS },
- { "wxPyDrawnShape__setSelf", (PyCFunction) _wrap_wxPyDrawnShape__setSelf, METH_VARARGS | METH_KEYWORDS },
+ { "wxPyDrawnShape__setCallbackInfo", (PyCFunction) _wrap_wxPyDrawnShape__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
{ "new_wxPyDrawnShape", (PyCFunction) _wrap_new_wxPyDrawnShape, METH_VARARGS | METH_KEYWORDS },
{ "wxPyBitmapShape_base_OnEndSize", (PyCFunction) _wrap_wxPyBitmapShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyBitmapShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyBitmapShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyBitmapShape_SetBitmap", (PyCFunction) _wrap_wxPyBitmapShape_SetBitmap, METH_VARARGS | METH_KEYWORDS },
{ "wxPyBitmapShape_GetFilename", (PyCFunction) _wrap_wxPyBitmapShape_GetFilename, METH_VARARGS | METH_KEYWORDS },
{ "wxPyBitmapShape_GetBitmap", (PyCFunction) _wrap_wxPyBitmapShape_GetBitmap, METH_VARARGS | METH_KEYWORDS },
- { "wxPyBitmapShape__setSelf", (PyCFunction) _wrap_wxPyBitmapShape__setSelf, METH_VARARGS | METH_KEYWORDS },
+ { "wxPyBitmapShape__setCallbackInfo", (PyCFunction) _wrap_wxPyBitmapShape__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
{ "new_wxPyBitmapShape", (PyCFunction) _wrap_new_wxPyBitmapShape, METH_VARARGS | METH_KEYWORDS },
{ "wxPyControlPoint_base_OnEndSize", (PyCFunction) _wrap_wxPyControlPoint_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyControlPoint_base_OnBeginSize", (PyCFunction) _wrap_wxPyControlPoint_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyControlPoint_base_OnDraw", (PyCFunction) _wrap_wxPyControlPoint_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
{ "wxPyControlPoint_base_OnDelete", (PyCFunction) _wrap_wxPyControlPoint_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
{ "wxPyControlPoint_SetCornerRadius", (PyCFunction) _wrap_wxPyControlPoint_SetCornerRadius, METH_VARARGS | METH_KEYWORDS },
- { "wxPyControlPoint__setSelf", (PyCFunction) _wrap_wxPyControlPoint__setSelf, METH_VARARGS | METH_KEYWORDS },
+ { "wxPyControlPoint__setCallbackInfo", (PyCFunction) _wrap_wxPyControlPoint__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
{ "new_wxPyControlPoint", (PyCFunction) _wrap_new_wxPyControlPoint, METH_VARARGS | METH_KEYWORDS },
{ "wxPyRectangleShape_base_OnEndSize", (PyCFunction) _wrap_wxPyRectangleShape_base_OnEndSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyRectangleShape_base_OnBeginSize", (PyCFunction) _wrap_wxPyRectangleShape_base_OnBeginSize, METH_VARARGS | METH_KEYWORDS },
{ "wxPyRectangleShape_base_OnDraw", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDraw, METH_VARARGS | METH_KEYWORDS },
{ "wxPyRectangleShape_base_OnDelete", (PyCFunction) _wrap_wxPyRectangleShape_base_OnDelete, METH_VARARGS | METH_KEYWORDS },
{ "wxPyRectangleShape_SetCornerRadius", (PyCFunction) _wrap_wxPyRectangleShape_SetCornerRadius, METH_VARARGS | METH_KEYWORDS },
- { "wxPyRectangleShape__setSelf", (PyCFunction) _wrap_wxPyRectangleShape__setSelf, METH_VARARGS | METH_KEYWORDS },
+ { "wxPyRectangleShape__setCallbackInfo", (PyCFunction) _wrap_wxPyRectangleShape__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
{ "new_wxPyRectangleShape", (PyCFunction) _wrap_new_wxPyRectangleShape, METH_VARARGS | METH_KEYWORDS },
{ "wxPseudoMetaFile_SetBackgroundMode", (PyCFunction) _wrap_wxPseudoMetaFile_SetBackgroundMode, METH_VARARGS | METH_KEYWORDS },
{ "wxPseudoMetaFile_SetBackgroundColour", (PyCFunction) _wrap_wxPseudoMetaFile_SetBackgroundColour, METH_VARARGS | METH_KEYWORDS },
* This table is used by the pointer type-checker
*/
static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
- { "_wxAcceleratorTable","_class_wxAcceleratorTable",0},
- { "_wxEvent","_class_wxEvent",0},
- { "_class_wxActivateEvent","_wxActivateEvent",0},
{ "_signed_long","_long",0},
- { "_wxMenuEvent","_class_wxMenuEvent",0},
- { "_class_wxProcessEvent","_wxProcessEvent",0},
- { "_class_wxJPEGHandler","_wxJPEGHandler",0},
- { "_class_wxFSFile","_wxFSFile",0},
- { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
- { "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
- { "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
- { "_wxBMPHandler","_class_wxBMPHandler",0},
- { "_wxImage","_class_wxImage",0},
- { "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
- { "_wxWindowDisabler","_class_wxWindowDisabler",0},
- { "_class_wxDateTime","_wxDateTime",0},
{ "_wxPrintQuality","_wxCoord",0},
{ "_wxPrintQuality","_int",0},
{ "_wxPrintQuality","_signed_int",0},
{ "_wxPrintQuality","_EBool",0},
{ "_wxPrintQuality","_size_t",0},
{ "_wxPrintQuality","_time_t",0},
- { "_class_wxCustomDataObject","_wxCustomDataObject",0},
- { "_wxSpinCtrl","_class_wxSpinCtrl",0},
- { "_wxFontData","_class_wxFontData",0},
- { "_class_wxRegionIterator","_wxRegionIterator",0},
- { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0},
- { "_class_wxMenuBar","_wxMenuBar",0},
- { "_class_wxPyTreeItemData","_wxPyTreeItemData",0},
- { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0},
- { "_class_wxEvtHandler","_wxEvtHandler",0},
- { "_wxPaintEvent","_class_wxPaintEvent",0},
- { "_wxGIFHandler","_class_wxGIFHandler",0},
- { "_wxPySizer","_class_wxPySizer",0},
- { "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
- { "_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
{ "_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
- { "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
- { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
- { "_wxCursor","_class_wxCursor",0},
- { "_wxNotifyEvent","_class_wxNotifyEvent",0},
- { "_wxPyProcess","_class_wxPyProcess",0},
- { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
- { "_wxImageHandler","_class_wxImageHandler",0},
- { "_class_wxPyRectangleShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
- { "_class_wxPyRectangleShape","_wxPyRectangleShape",0},
- { "_wxLog","_class_wxLog",0},
- { "_class_wxToolBarBase","_wxToolBarBase",0},
- { "_wxMask","_class_wxMask",0},
- { "_wxToolTip","_class_wxToolTip",0},
- { "_wxPNGHandler","_class_wxPNGHandler",0},
- { "_class_wxOGLConstraint","_wxOGLConstraint",0},
- { "_class_wxColourData","_wxColourData",0},
- { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0},
- { "_wxPrinter","_class_wxPrinter",0},
- { "_wxPseudoMetaFile","_class_wxPseudoMetaFile",0},
- { "_wxPen","_class_wxPen",0},
- { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0},
- { "_class_wxNotebookSizer","_wxNotebookSizer",0},
{ "_byte","_unsigned_char",0},
- { "_wxDataObject","_class_wxDataObject",0},
- { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0},
- { "_wxStaticBox","_class_wxStaticBox",0},
- { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0},
- { "_wxPyDropSource","_class_wxPyDropSource",0},
- { "_wxChoice","_class_wxChoice",0},
- { "_wxSlider","_class_wxSlider",0},
- { "_wxNotebookEvent","_class_wxNotebookEvent",0},
- { "_wxPyPrintout","_class_wxPyPrintout",0},
- { "_wxShapeRegion","_class_wxShapeRegion",0},
{ "_long","_unsigned_long",0},
{ "_long","_signed_long",0},
- { "_wxImageList","_class_wxImageList",0},
- { "_wxDataObjectSimple","_class_wxDataObjectSimple",0},
- { "_wxDropFilesEvent","_class_wxDropFilesEvent",0},
- { "_wxBitmapButton","_class_wxBitmapButton",0},
- { "_wxSashWindow","_class_wxSashWindow",0},
- { "_class_wxSizer","_wxSizer",0},
- { "_class_wxTIFFHandler","_wxTIFFHandler",0},
- { "_class_wxPrintDialogData","_wxPrintDialogData",0},
- { "_wxGridSizer","_class_wxGridSizer",0},
- { "_class_wxAcceleratorTable","_wxAcceleratorTable",0},
- { "_class_wxClipboard","_wxClipboard",0},
- { "_class_wxGauge","_wxGauge",0},
- { "_class_wxSashEvent","_wxSashEvent",0},
- { "_wxDC","_class_wxDC",0},
- { "_wxSizerItem","_class_wxSizerItem",0},
- { "_class_wxBitmapDataObject","_wxBitmapDataObject",0},
- { "_wxListEvent","_class_wxListEvent",0},
- { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0},
- { "_wxProgressDialog","_class_wxProgressDialog",0},
- { "_class_wxBMPHandler","_wxBMPHandler",0},
- { "_wxPrintPreview","_class_wxPrintPreview",0},
- { "_class_wxFlexGridSizer","_wxFlexGridSizer",0},
- { "_wxSpinEvent","_class_wxSpinEvent",0},
- { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0},
- { "_wxPyBitmapShape","_class_wxPyBitmapShape",0},
{ "_size_t","_wxCoord",0},
{ "_size_t","_wxPrintQuality",0},
{ "_size_t","_time_t",0},
{ "_size_t","_int",0},
{ "_size_t","_wxWindowID",0},
{ "_size_t","_uint",0},
- { "_class_wxRealPoint","_wxRealPoint",0},
- { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
- { "_wxPNMHandler","_class_wxPNMHandler",0},
- { "_wxPrinterDC","_class_wxPrinterDC",0},
- { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
- { "_wxLogGui","_class_wxLogGui",0},
- { "_class_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
- { "_class_wxPyShapeEvtHandler","_wxPyShapeEvtHandler",0},
- { "_class_wxMenuItem","_wxMenuItem",0},
- { "_class_wxPaintEvent","_wxPaintEvent",0},
- { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0},
- { "_class_wxStatusBar","_wxStatusBar",0},
- { "_class_wxGIFHandler","_wxGIFHandler",0},
- { "_class_wxPySizer","_wxPySizer",0},
- { "_class_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
- { "_class_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
- { "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
- { "_wxPanel","_class_wxPanel",0},
- { "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
- { "_wxCheckBox","_class_wxCheckBox",0},
- { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0},
- { "_wxPyEvent","_class_wxPyEvent",0},
- { "_wxTextCtrl","_class_wxTextCtrl",0},
- { "_class_wxMask","_wxMask",0},
- { "_wxTextDataObject","_class_wxTextDataObject",0},
- { "_class_wxKeyEvent","_wxKeyEvent",0},
- { "_class_wxToolTip","_wxToolTip",0},
- { "_class_wxPNGHandler","_wxPNGHandler",0},
- { "_wxFileConfig","_class_wxFileConfig",0},
- { "_wxColour","_class_wxColour",0},
- { "_class_wxDialog","_wxDialog",0},
- { "_wxBusyCursor","_class_wxBusyCursor",0},
- { "_wxPageSetupDialog","_class_wxPageSetupDialog",0},
- { "_class_wxPrinter","_wxPrinter",0},
- { "_class_wxFileDataObject","_wxFileDataObject",0},
- { "_wxIdleEvent","_class_wxIdleEvent",0},
- { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0},
- { "_wxToolBar","_class_wxToolBar",0},
- { "_class_wxDataObject","_wxDataObject",0},
- { "_wxCaret","_class_wxCaret",0},
- { "_wxStaticLine","_class_wxStaticLine",0},
- { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0},
- { "_wxBrush","_class_wxBrush",0},
- { "_wxMiniFrame","_class_wxMiniFrame",0},
- { "_class_wxNotebookEvent","_wxNotebookEvent",0},
- { "_class_wxPyPrintout","_wxPyPrintout",0},
- { "_wxDataFormat","_class_wxDataFormat",0},
- { "_class_wxDataObjectSimple","_wxDataObjectSimple",0},
- { "_class_wxSashWindow","_wxSashWindow",0},
- { "_wxShowEvent","_class_wxShowEvent",0},
- { "_class_wxPyDivisionShape","_wxPyDivisionShape",0},
{ "_uint","_wxCoord",0},
{ "_uint","_wxPrintQuality",0},
{ "_uint","_time_t",0},
{ "_uint","_int",0},
{ "_uint","_wxWindowID",0},
{ "_wxChar","_char",0},
- { "_wxPyValidator","_class_wxPyValidator",0},
- { "_class_wxEvent","_wxEvent",0},
- { "_wxCheckListBox","_class_wxCheckListBox",0},
- { "_wxSplitterEvent","_class_wxSplitterEvent",0},
- { "_wxRect","_class_wxRect",0},
- { "_wxCommandEvent","_class_wxCommandEvent",0},
- { "_wxSizeEvent","_class_wxSizeEvent",0},
- { "_class_wxLogWindow","_wxLogWindow",0},
- { "_class_wxImage","_wxImage",0},
- { "_wxPoint","_class_wxPoint",0},
- { "_class_wxWindowDisabler","_wxWindowDisabler",0},
- { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
- { "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
- { "_class_wxButton","_wxButton",0},
- { "_wxRadioBox","_class_wxRadioBox",0},
- { "_class_wxSpinCtrl","_wxSpinCtrl",0},
- { "_class_wxFontData","_wxFontData",0},
- { "_class_wxPNMHandler","_wxPNMHandler",0},
- { "_wxBoxSizer","_class_wxBoxSizer",0},
- { "_class_wxZipFSHandler","_wxZipFSHandler",0},
{ "_char","_wxChar",0},
- { "_wxBitmap","_class_wxBitmap",0},
- { "_wxTaskBarIcon","_class_wxTaskBarIcon",0},
- { "_wxPrintDialog","_class_wxPrintDialog",0},
- { "_wxPyControlPoint","_class_wxPyControlPoint",0},
- { "_wxWindowDC","_class_wxWindowDC",0},
- { "_wxTimerEvent","_class_wxTimerEvent",0},
- { "_wxPyTimer","_class_wxPyTimer",0},
- { "_wxScrollBar","_class_wxScrollBar",0},
- { "_wxSpinButton","_class_wxSpinButton",0},
- { "_wxColourDialog","_class_wxColourDialog",0},
- { "_wxPrintData","_class_wxPrintData",0},
- { "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
- { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
- { "_class_wxNotifyEvent","_wxNotifyEvent",0},
- { "_wxMessageDialog","_class_wxMessageDialog",0},
- { "_class_wxValidator","_wxValidator",0},
- { "_class_wxPyEvent","_wxPyEvent",0},
- { "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
- { "_wxConfig","_class_wxConfig",0},
- { "_class_wxIconizeEvent","_wxIconizeEvent",0},
- { "_class_wxStaticBitmap","_wxStaticBitmap",0},
- { "_class_wxFileConfig","_wxFileConfig",0},
- { "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
- { "_class_wxBusyCursor","_wxBusyCursor",0},
- { "_wxToolBarSimple","_class_wxToolBarSimple",0},
- { "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
- { "_wxListItem","_class_wxListItem",0},
- { "_class_wxPseudoMetaFile","_wxPseudoMetaFile",0},
- { "_class_wxToolBar","_wxToolBar",0},
- { "_wxDropTarget","_class_wxDropTarget",0},
- { "_class_wxStaticLine","_wxStaticLine",0},
- { "_wxScrollEvent","_class_wxScrollEvent",0},
- { "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
- { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
- { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
- { "_class_wxShapeRegion","_wxShapeRegion",0},
+ { "_struct_wxNativeFontInfo","_wxNativeFontInfo",0},
{ "_EBool","_wxCoord",0},
{ "_EBool","_wxPrintQuality",0},
{ "_EBool","_signed_int",0},
{ "_EBool","_int",0},
{ "_EBool","_wxWindowID",0},
- { "_class_wxRegion","_wxRegion",0},
- { "_class_wxDataFormat","_wxDataFormat",0},
- { "_class_wxDropFilesEvent","_wxDropFilesEvent",0},
- { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0},
- { "_class_wxPreviewFrame","_wxPreviewFrame",0},
- { "_wxStaticText","_class_wxStaticText",0},
- { "_wxFont","_class_wxFont",0},
- { "_class_wxPyDropTarget","_wxPyDropTarget",0},
- { "_wxCloseEvent","_class_wxCloseEvent",0},
- { "_class_wxSplitterEvent","_wxSplitterEvent",0},
- { "_wxProcessEvent","_class_wxProcessEvent",0},
- { "_wxNotebook","_class_wxNotebook",0},
- { "_wxFSFile","_class_wxFSFile",0},
{ "_unsigned_long","_long",0},
- { "_class_wxRect","_wxRect",0},
- { "_class_wxDC","_wxDC",0},
- { "_wxScrollWinEvent","_class_wxScrollWinEvent",0},
- { "_wxGenericDragImage","_class_wxGenericDragImage",0},
- { "_class_wxProgressDialog","_wxProgressDialog",0},
- { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
- { "_wxPyInputStream","_class_wxPyInputStream",0},
- { "_wxPyApp","_class_wxPyApp",0},
- { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
- { "_class_wxOutputStream","_wxOutputStream",0},
- { "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
- { "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
- { "_class_wxTreeEvent","_wxTreeEvent",0},
- { "_class_wxDirDialog","_wxDirDialog",0},
- { "_wxTimeSpan","_class_wxTimeSpan",0},
- { "_wxFocusEvent","_class_wxFocusEvent",0},
- { "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
- { "_class_wxTimerEvent","_wxTimerEvent",0},
- { "_class_wxPyTimer","_wxPyTimer",0},
- { "_class_wxSpinButton","_wxSpinButton",0},
- { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0},
- { "_class_wxPanel","_wxPanel",0},
- { "_class_wxCheckBox","_wxCheckBox",0},
- { "_wxComboBox","_class_wxComboBox",0},
- { "_wxRadioButton","_class_wxRadioButton",0},
- { "_class_wxMessageDialog","_wxMessageDialog",0},
+ { "_wxNativeFontInfo","_struct_wxNativeFontInfo",0},
{ "_signed_int","_wxCoord",0},
{ "_signed_int","_wxPrintQuality",0},
{ "_signed_int","_EBool",0},
{ "_signed_int","_wxWindowID",0},
{ "_signed_int","_int",0},
- { "_class_wxTextCtrl","_wxTextCtrl",0},
- { "_class_wxListItemAttr","_wxListItemAttr",0},
- { "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
- { "_wxMetaFileDC","_class_wxMetaFileDC",0},
- { "_class_wxTextDataObject","_wxTextDataObject",0},
- { "_wxMenu","_class_wxMenu",0},
- { "_class_wxMoveEvent","_wxMoveEvent",0},
- { "_wxListBox","_class_wxListBox",0},
- { "_wxScreenDC","_class_wxScreenDC",0},
- { "_class_wxToolBarSimple","_wxToolBarSimple",0},
- { "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
{ "_WXTYPE","_wxDateTime_t",0},
{ "_WXTYPE","_short",0},
{ "_WXTYPE","_signed_short",0},
{ "_WXTYPE","_unsigned_short",0},
- { "_wxFileDialog","_class_wxFileDialog",0},
- { "_class_wxDropTarget","_wxDropTarget",0},
- { "_class_wxCaret","_wxCaret",0},
- { "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
- { "_class_wxBrush","_wxBrush",0},
- { "_wxTipProvider","_class_wxTipProvider",0},
{ "_unsigned_short","_wxDateTime_t",0},
{ "_unsigned_short","_WXTYPE",0},
{ "_unsigned_short","_short",0},
- { "_class_wxWindow","_wxWindow",0},
- { "_class_wxLogStderr","_wxLogStderr",0},
- { "_wxSplitterWindow","_class_wxSplitterWindow",0},
- { "_wxDateSpan","_class_wxDateSpan",0},
- { "_class_wxStaticText","_wxStaticText",0},
- { "_wxPrintDialogData","_class_wxPrintDialogData",0},
- { "_class_wxFont","_wxFont",0},
- { "_wxClipboard","_class_wxClipboard",0},
- { "_class_wxPyValidator","_wxPyValidator",0},
- { "_class_wxCloseEvent","_wxCloseEvent",0},
- { "_wxSashEvent","_class_wxSashEvent",0},
- { "_wxBusyInfo","_class_wxBusyInfo",0},
- { "_class_wxMenuEvent","_wxMenuEvent",0},
- { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0},
- { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0},
- { "_wxClientDC","_class_wxClientDC",0},
- { "_wxMouseEvent","_class_wxMouseEvent",0},
- { "_class_wxGenericDragImage","_wxGenericDragImage",0},
- { "_wxListCtrl","_class_wxListCtrl",0},
- { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
- { "_wxPyDividedShape","_class_wxPyDividedShape",0},
- { "_class_wxPoint","_wxPoint",0},
- { "_class_wxPyInputStream","_wxPyInputStream",0},
- { "_wxRealPoint","_class_wxRealPoint",0},
- { "_class_wxRadioBox","_wxRadioBox",0},
- { "_class_wxBoxSizer","_wxBoxSizer",0},
+ { "_wxObject","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxObject},
+ { "_wxObject","_wxPyDividedShape",SwigwxPyDividedShapeTowxObject},
+ { "_wxObject","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxObject},
+ { "_wxObject","_wxOGLConstraint",SwigwxOGLConstraintTowxObject},
+ { "_wxObject","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxObject},
+ { "_wxObject","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxObject},
+ { "_wxObject","_wxPyControlPoint",SwigwxPyControlPointTowxObject},
+ { "_wxObject","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxObject},
+ { "_wxObject","_wxPseudoMetaFile",SwigwxPseudoMetaFileTowxObject},
{ "_signed_short","_WXTYPE",0},
{ "_signed_short","_short",0},
- { "_wxMemoryDC","_class_wxMemoryDC",0},
- { "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
- { "_class_wxTaskBarIcon","_wxTaskBarIcon",0},
- { "_class_wxPrintDialog","_wxPrintDialog",0},
- { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
- { "_class_wxPyControlPoint","_wxPyControlPoint",0},
- { "_wxPaintDC","_class_wxPaintDC",0},
- { "_class_wxWindowDC","_wxWindowDC",0},
- { "_class_wxFocusEvent","_wxFocusEvent",0},
- { "_class_wxMaximizeEvent","_wxMaximizeEvent",0},
- { "_wxStatusBar","_class_wxStatusBar",0},
- { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
- { "_class_wxCursor","_wxCursor",0},
- { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
- { "_class_wxPyProcess","_wxPyProcess",0},
- { "_class_wxImageHandler","_wxImageHandler",0},
- { "_wxPyShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
{ "_wxPyShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
- { "_wxPyShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
{ "_wxPyShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
- { "_wxPyShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
{ "_wxPyShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
- { "_wxPyShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
{ "_wxPyShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
- { "_wxPyShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
{ "_wxPyShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
- { "_wxPyShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
{ "_wxPyShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
- { "_wxPyShape","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
{ "_wxPyShape","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
- { "_wxPyShape","_class_wxPyShape",0},
- { "_wxScrolledWindow","_class_wxScrolledWindow",0},
- { "_class_wxLog","_wxLog",0},
- { "_wxTreeItemId","_class_wxTreeItemId",0},
{ "_unsigned_char","_byte",0},
- { "_class_wxMetaFileDC","_wxMetaFileDC",0},
- { "_class_wxMenu","_wxMenu",0},
- { "_wxControl","_class_wxControl",0},
- { "_class_wxListBox","_wxListBox",0},
{ "_unsigned_int","_wxCoord",0},
{ "_unsigned_int","_wxPrintQuality",0},
{ "_unsigned_int","_time_t",0},
{ "_unsigned_int","_uint",0},
{ "_unsigned_int","_wxWindowID",0},
{ "_unsigned_int","_int",0},
- { "_wxIcon","_class_wxIcon",0},
- { "_wxDialog","_class_wxDialog",0},
- { "_class_wxListItem","_wxListItem",0},
- { "_class_wxPen","_wxPen",0},
- { "_class_wxFileDialog","_wxFileDialog",0},
- { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
- { "_wxConfigBase","_class_wxConfigBase",0},
{ "_short","_wxDateTime_t",0},
{ "_short","_WXTYPE",0},
{ "_short","_unsigned_short",0},
{ "_short","_signed_short",0},
- { "_class_wxStaticBox","_wxStaticBox",0},
- { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0},
- { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0},
- { "_class_wxPyDropSource","_wxPyDropSource",0},
- { "_class_wxScrollEvent","_wxScrollEvent",0},
- { "_wxJoystickEvent","_class_wxJoystickEvent",0},
- { "_class_wxChoice","_wxChoice",0},
- { "_class_wxSlider","_wxSlider",0},
- { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
- { "_class_wxImageList","_wxImageList",0},
- { "_class_wxBitmapButton","_wxBitmapButton",0},
- { "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
- { "_wxPyTipProvider","_class_wxPyTipProvider",0},
- { "_wxFrame","_class_wxFrame",0},
- { "_wxPCXHandler","_class_wxPCXHandler",0},
- { "_class_wxGridSizer","_wxGridSizer",0},
- { "_wxPyDivisionShape","_class_wxPyDivisionShape",0},
- { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0},
- { "_class_wxNotebook","_wxNotebook",0},
- { "_wxJPEGHandler","_class_wxJPEGHandler",0},
{ "_wxWindowID","_wxCoord",0},
{ "_wxWindowID","_wxPrintQuality",0},
{ "_wxWindowID","_time_t",0},
{ "_wxWindowID","_int",0},
{ "_wxWindowID","_signed_int",0},
{ "_wxWindowID","_unsigned_int",0},
- { "_class_wxScrollWinEvent","_wxScrollWinEvent",0},
- { "_class_wxSizerItem","_wxSizerItem",0},
{ "_int","_wxCoord",0},
{ "_int","_wxPrintQuality",0},
{ "_int","_time_t",0},
{ "_int","_wxWindowID",0},
{ "_int","_unsigned_int",0},
{ "_int","_signed_int",0},
- { "_class_wxMouseEvent","_wxMouseEvent",0},
- { "_wxPyCommandEvent","_class_wxPyCommandEvent",0},
- { "_wxLogWindow","_class_wxLogWindow",0},
- { "_class_wxListEvent","_wxListEvent",0},
- { "_class_wxPrintPreview","_wxPrintPreview",0},
{ "_wxDateTime_t","_unsigned_short",0},
{ "_wxDateTime_t","_short",0},
{ "_wxDateTime_t","_WXTYPE",0},
- { "_class_wxSpinEvent","_wxSpinEvent",0},
- { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
- { "_wxDateTime","_class_wxDateTime",0},
{ "_time_t","_wxCoord",0},
{ "_time_t","_wxPrintQuality",0},
{ "_time_t","_unsigned_int",0},
{ "_time_t","_wxWindowID",0},
{ "_time_t","_uint",0},
{ "_time_t","_size_t",0},
- { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
- { "_wxLogNull","_class_wxLogNull",0},
- { "_wxButton","_class_wxButton",0},
- { "_wxZipFSHandler","_class_wxZipFSHandler",0},
- { "_class_wxPyApp","_wxPyApp",0},
- { "_wxSize","_class_wxSize",0},
- { "_wxRegionIterator","_class_wxRegionIterator",0},
- { "_class_wxPrinterDC","_wxPrinterDC",0},
- { "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
- { "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
- { "_class_wxLogGui","_wxLogGui",0},
- { "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
- { "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
- { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
- { "_class_wxTimeSpan","_wxTimeSpan",0},
- { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
- { "_class_wxPaintDC","_wxPaintDC",0},
- { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
- { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
- { "_class_wxInitDialogEvent","_wxInitDialogEvent",0},
- { "_class_wxComboBox","_wxComboBox",0},
- { "_class_wxRadioButton","_wxRadioButton",0},
- { "_class_wxPyShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
- { "_class_wxPyShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
- { "_class_wxPyShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
- { "_class_wxPyShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShape},
- { "_class_wxPyShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
- { "_class_wxPyShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShape},
- { "_class_wxPyShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
- { "_class_wxPyShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShape},
- { "_class_wxPyShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
- { "_class_wxPyShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShape},
- { "_class_wxPyShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
- { "_class_wxPyShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyShape},
- { "_class_wxPyShape","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
- { "_class_wxPyShape","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShape},
- { "_class_wxPyShape","_wxPyShape",0},
- { "_wxValidator","_class_wxValidator",0},
- { "_wxToolBarBase","_class_wxToolBarBase",0},
- { "_class_wxTreeItemId","_wxTreeItemId",0},
- { "_class_wxLayoutConstraints","_wxLayoutConstraints",0},
- { "_wxIconizeEvent","_class_wxIconizeEvent",0},
- { "_class_wxControl","_wxControl",0},
- { "_wxStaticBitmap","_class_wxStaticBitmap",0},
- { "_wxPyDrawnShape","_class_wxPyDrawnShape",0},
- { "_class_wxIcon","_wxIcon",0},
- { "_class_wxColour","_wxColour",0},
- { "_class_wxScreenDC","_wxScreenDC",0},
- { "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
- { "_wxPalette","_class_wxPalette",0},
- { "_class_wxIdleEvent","_wxIdleEvent",0},
- { "_class_wxConfigBase","_wxConfigBase",0},
{ "_wxCoord","_int",0},
{ "_wxCoord","_signed_int",0},
{ "_wxCoord","_unsigned_int",0},
{ "_wxCoord","_size_t",0},
{ "_wxCoord","_time_t",0},
{ "_wxCoord","_wxPrintQuality",0},
- { "_wxEraseEvent","_class_wxEraseEvent",0},
- { "_wxDataObjectComposite","_class_wxDataObjectComposite",0},
- { "_class_wxJoystickEvent","_wxJoystickEvent",0},
- { "_class_wxTipProvider","_wxTipProvider",0},
- { "_class_wxMiniFrame","_wxMiniFrame",0},
- { "_wxFontDialog","_class_wxFontDialog",0},
- { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
- { "_wxRegion","_class_wxRegion",0},
- { "_class_wxSplitterWindow","_wxSplitterWindow",0},
- { "_wxPreviewFrame","_class_wxPreviewFrame",0},
- { "_wxSizer","_class_wxSizer",0},
- { "_class_wxDateSpan","_wxDateSpan",0},
- { "_wxFileSystem","_class_wxFileSystem",0},
- { "_class_wxShowEvent","_wxShowEvent",0},
- { "_class_wxPyTipProvider","_wxPyTipProvider",0},
- { "_class_wxPCXHandler","_wxPCXHandler",0},
- { "_wxTIFFHandler","_class_wxTIFFHandler",0},
- { "_wxPyDropTarget","_class_wxPyDropTarget",0},
- { "_wxActivateEvent","_class_wxActivateEvent",0},
- { "_wxGauge","_class_wxGauge",0},
- { "_class_wxCheckListBox","_wxCheckListBox",0},
- { "_class_wxBusyInfo","_wxBusyInfo",0},
- { "_class_wxCommandEvent","_wxCommandEvent",0},
- { "_class_wxClientDC","_wxClientDC",0},
- { "_class_wxSizeEvent","_wxSizeEvent",0},
- { "_class_wxListCtrl","_wxListCtrl",0},
- { "_class_wxPyDividedShape","_wxPyDividedShape",0},
- { "_wxCustomDataObject","_class_wxCustomDataObject",0},
- { "_class_wxLogNull","_wxLogNull",0},
- { "_class_wxSize","_wxSize",0},
- { "_class_wxBitmap","_wxBitmap",0},
- { "_class_wxMemoryDC","_wxMemoryDC",0},
- { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
- { "_wxMenuBar","_class_wxMenuBar",0},
- { "_wxOutputStream","_class_wxOutputStream",0},
- { "_wxTreeEvent","_class_wxTreeEvent",0},
- { "_wxDirDialog","_class_wxDirDialog",0},
- { "_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
{ "_wxPyShapeEvtHandler","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
- { "_wxPyShapeEvtHandler","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
{ "_wxPyShapeEvtHandler","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyShapeEvtHandler},
- { "_wxPyShapeEvtHandler","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
{ "_wxPyShapeEvtHandler","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyShapeEvtHandler},
- { "_wxPyShapeEvtHandler","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
{ "_wxPyShapeEvtHandler","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyShapeEvtHandler},
- { "_wxPyShapeEvtHandler","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
{ "_wxPyShapeEvtHandler","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyShapeEvtHandler},
- { "_wxPyShapeEvtHandler","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
{ "_wxPyShapeEvtHandler","_wxPyControlPoint",SwigwxPyControlPointTowxPyShapeEvtHandler},
- { "_wxPyShapeEvtHandler","_class_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
{ "_wxPyShapeEvtHandler","_wxPyRectangleShape",SwigwxPyRectangleShapeTowxPyShapeEvtHandler},
- { "_wxPyShapeEvtHandler","_class_wxPyShapeEvtHandler",0},
- { "_wxEvtHandler","_class_wxEvtHandler",0},
- { "_wxMenuItem","_class_wxMenuItem",0},
- { "_class_wxScrollBar","_wxScrollBar",0},
- { "_class_wxColourDialog","_wxColourDialog",0},
- { "_class_wxPrintData","_wxPrintData",0},
- { "_wxPyRectangleShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
{ "_wxPyRectangleShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
- { "_wxPyRectangleShape","_class_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
{ "_wxPyRectangleShape","_wxPyDividedShape",SwigwxPyDividedShapeTowxPyRectangleShape},
- { "_wxPyRectangleShape","_class_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
{ "_wxPyRectangleShape","_wxPyCompositeShape",SwigwxPyCompositeShapeTowxPyRectangleShape},
- { "_wxPyRectangleShape","_class_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
{ "_wxPyRectangleShape","_wxPyDrawnShape",SwigwxPyDrawnShapeTowxPyRectangleShape},
- { "_wxPyRectangleShape","_class_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
{ "_wxPyRectangleShape","_wxPyBitmapShape",SwigwxPyBitmapShapeTowxPyRectangleShape},
- { "_wxPyRectangleShape","_class_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
{ "_wxPyRectangleShape","_wxPyControlPoint",SwigwxPyControlPointTowxPyRectangleShape},
- { "_wxPyRectangleShape","_class_wxPyRectangleShape",0},
- { "_class_wxScrolledWindow","_wxScrolledWindow",0},
- { "_wxListItemAttr","_class_wxListItemAttr",0},
- { "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
- { "_class_wxConfig","_wxConfig",0},
- { "_wxKeyEvent","_class_wxKeyEvent",0},
- { "_wxMoveEvent","_class_wxMoveEvent",0},
- { "_wxOGLConstraint","_class_wxOGLConstraint",0},
- { "_wxColourData","_class_wxColourData",0},
- { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0},
- { "_class_wxPalette","_wxPalette",0},
- { "_wxFileDataObject","_class_wxFileDataObject",0},
- { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0},
- { "_wxNotebookSizer","_class_wxNotebookSizer",0},
- { "_class_wxEraseEvent","_wxEraseEvent",0},
- { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0},
- { "_wxMDIClientWindow","_class_wxMDIClientWindow",0},
- { "_class_wxDataObjectComposite","_wxDataObjectComposite",0},
- { "_class_wxToolBarToolBase","_wxToolBarToolBase",0},
- { "_class_wxFontDialog","_wxFontDialog",0},
- { "_wxWindow","_class_wxWindow",0},
- { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
- { "_wxLogStderr","_class_wxLogStderr",0},
- { "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
- { "_class_wxFileSystem","_wxFileSystem",0},
- { "_class_wxFrame","_wxFrame",0},
{0,0,0}};
static PyObject *SWIG_globals;