wxPython 2.0b9, second phase (gtk)

Added gobs of stuff, see wxPython/README.txt for details


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-05-01 04:41:52 +00:00
parent d403febc27
commit ab9bc19bd1
40 changed files with 22462 additions and 3544 deletions

View File

@@ -140,7 +140,7 @@ static PyObject *_wrap_new_wxStatusBar(PyObject *self, PyObject *args) {
wxWindowID _arg1;
wxPoint * _arg2 = &wxPyDefaultPosition;
wxSize * _arg3 = &wxPyDefaultSize;
long _arg4 = wxST_SIZEGRIP;
long _arg4 = (wxST_SIZEGRIP);
char * _arg5 = "statusBar";
char * _argc0 = 0;
char * _argc2 = 0;
@@ -168,8 +168,12 @@ static PyObject *_wrap_new_wxStatusBar(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = (wxStatusBar *)new_wxStatusBar(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxStatusBar_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxStatusBar *)new_wxStatusBar(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxStatusBar_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -196,8 +200,12 @@ static PyObject *_wrap_wxStatusBar_GetFieldRect(PyObject *self, PyObject *args)
return NULL;
}
}
_result = (wxRect *)wxStatusBar_GetFieldRect(_arg0,_arg1);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxRect_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxRect *)wxStatusBar_GetFieldRect(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxRect_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -218,8 +226,12 @@ static PyObject *_wrap_wxStatusBar_GetFieldsCount(PyObject *self, PyObject *args
return NULL;
}
}
_result = (int )wxStatusBar_GetFieldsCount(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxStatusBar_GetFieldsCount(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -240,8 +252,12 @@ static PyObject *_wrap_wxStatusBar_GetStatusText(PyObject *self, PyObject *args)
return NULL;
}
}
_result = new wxString (wxStatusBar_GetStatusText(_arg0,_arg1));
{
wxPy_BEGIN_ALLOW_THREADS;
_result = new wxString (wxStatusBar_GetStatusText(_arg0,_arg1));
wxPy_END_ALLOW_THREADS;
}{
_resultobj = PyString_FromString(WXSTRINGCAST *(_result));
}
{
@@ -274,8 +290,12 @@ static PyObject *_wrap_wxStatusBar_DrawField(PyObject *self, PyObject *args) {
return NULL;
}
}
wxStatusBar_DrawField(_arg0,*_arg1,_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxStatusBar_DrawField(_arg0,*_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -304,8 +324,12 @@ static PyObject *_wrap_wxStatusBar_DrawFieldText(PyObject *self, PyObject *args)
return NULL;
}
}
wxStatusBar_DrawFieldText(_arg0,*_arg1,_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxStatusBar_DrawFieldText(_arg0,*_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -325,8 +349,12 @@ static PyObject *_wrap_wxStatusBar_InitColours(PyObject *self, PyObject *args) {
return NULL;
}
}
wxStatusBar_InitColours(_arg0);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxStatusBar_InitColours(_arg0);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -347,8 +375,12 @@ static PyObject *_wrap_wxStatusBar_SetFieldsCount(PyObject *self, PyObject *args
return NULL;
}
}
wxStatusBar_SetFieldsCount(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxStatusBar_SetFieldsCount(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -376,10 +408,14 @@ static PyObject *_wrap_wxStatusBar_SetStatusText(PyObject *self, PyObject *args)
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg1 = new wxString(PyString_AsString(_obj1));
_arg1 = new wxString(PyString_AsString(_obj1), PyString_Size(_obj1));
}
wxStatusBar_SetStatusText(_arg0,*_arg1,_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxStatusBar_SetStatusText(_arg0,*_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
{
if (_obj1)
@@ -414,10 +450,19 @@ static PyObject *_wrap_wxStatusBar_SetStatusWidths(PyObject *self, PyObject *arg
}
}
{
_arg1 = PyList_Size(_obj2);
if (_obj2) {
_arg1 = PyList_Size(_obj2);
}
else {
_arg1 = 0;
}
}
wxStatusBar_SetStatusWidths(_arg0,_arg1,_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxStatusBar_SetStatusWidths(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
{
delete [] _arg2;
@@ -434,8 +479,12 @@ static PyObject *_wrap_new_wxToolBarTool(PyObject *self, PyObject *args) {
self = self;
if(!PyArg_ParseTuple(args,":new_wxToolBarTool"))
return NULL;
_result = (wxToolBarTool *)new_wxToolBarTool();
SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolBarTool_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxToolBarTool *)new_wxToolBarTool();
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolBarTool_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -455,8 +504,12 @@ static PyObject *_wrap_delete_wxToolBarTool(PyObject *self, PyObject *args) {
return NULL;
}
}
delete_wxToolBarTool(_arg0);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
delete_wxToolBarTool(_arg0);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -478,8 +531,12 @@ static PyObject *_wrap_wxToolBarTool_m_toolStyle_set(PyObject *self, PyObject *a
return NULL;
}
}
_result = (int )wxToolBarTool_m_toolStyle_set(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxToolBarTool_m_toolStyle_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -499,8 +556,12 @@ static PyObject *_wrap_wxToolBarTool_m_toolStyle_get(PyObject *self, PyObject *a
return NULL;
}
}
_result = (int )wxToolBarTool_m_toolStyle_get(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxToolBarTool_m_toolStyle_get(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -529,8 +590,12 @@ static PyObject *_wrap_wxToolBarTool_m_clientData_set(PyObject *self, PyObject *
return NULL;
}
}
_result = (wxObject *)wxToolBarTool_m_clientData_set(_arg0,_arg1);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxObject_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxObject *)wxToolBarTool_m_clientData_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxObject_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -552,8 +617,12 @@ static PyObject *_wrap_wxToolBarTool_m_clientData_get(PyObject *self, PyObject *
return NULL;
}
}
_result = (wxObject *)wxToolBarTool_m_clientData_get(_arg0);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxObject_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxObject *)wxToolBarTool_m_clientData_get(_arg0);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxObject_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -575,8 +644,12 @@ static PyObject *_wrap_wxToolBarTool_m_index_set(PyObject *self, PyObject *args)
return NULL;
}
}
_result = (int )wxToolBarTool_m_index_set(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxToolBarTool_m_index_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -596,8 +669,12 @@ static PyObject *_wrap_wxToolBarTool_m_index_get(PyObject *self, PyObject *args)
return NULL;
}
}
_result = (int )wxToolBarTool_m_index_get(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxToolBarTool_m_index_get(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -620,8 +697,12 @@ static PyObject *_wrap_wxToolBarTool_m_toggleState_set(PyObject *self, PyObject
}
}
_arg1 = (bool ) tempbool1;
_result = (bool )wxToolBarTool_m_toggleState_set(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_toggleState_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -641,8 +722,12 @@ static PyObject *_wrap_wxToolBarTool_m_toggleState_get(PyObject *self, PyObject
return NULL;
}
}
_result = (bool )wxToolBarTool_m_toggleState_get(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_toggleState_get(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -665,8 +750,12 @@ static PyObject *_wrap_wxToolBarTool_m_isToggle_set(PyObject *self, PyObject *ar
}
}
_arg1 = (bool ) tempbool1;
_result = (bool )wxToolBarTool_m_isToggle_set(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_isToggle_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -686,8 +775,12 @@ static PyObject *_wrap_wxToolBarTool_m_isToggle_get(PyObject *self, PyObject *ar
return NULL;
}
}
_result = (bool )wxToolBarTool_m_isToggle_get(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_isToggle_get(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -710,8 +803,12 @@ static PyObject *_wrap_wxToolBarTool_m_deleteSecondBitmap_set(PyObject *self, Py
}
}
_arg1 = (bool ) tempbool1;
_result = (bool )wxToolBarTool_m_deleteSecondBitmap_set(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_deleteSecondBitmap_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -731,8 +828,12 @@ static PyObject *_wrap_wxToolBarTool_m_deleteSecondBitmap_get(PyObject *self, Py
return NULL;
}
}
_result = (bool )wxToolBarTool_m_deleteSecondBitmap_get(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_deleteSecondBitmap_get(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -755,8 +856,12 @@ static PyObject *_wrap_wxToolBarTool_m_enabled_set(PyObject *self, PyObject *arg
}
}
_arg1 = (bool ) tempbool1;
_result = (bool )wxToolBarTool_m_enabled_set(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_enabled_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -776,8 +881,12 @@ static PyObject *_wrap_wxToolBarTool_m_enabled_get(PyObject *self, PyObject *arg
return NULL;
}
}
_result = (bool )wxToolBarTool_m_enabled_get(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_enabled_get(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -806,8 +915,12 @@ static PyObject *_wrap_wxToolBarTool_m_bitmap1_set(PyObject *self, PyObject *arg
return NULL;
}
}
_result = (wxBitmap *)wxToolBarTool_m_bitmap1_set(_arg0,_arg1);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxBitmap *)wxToolBarTool_m_bitmap1_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -829,8 +942,12 @@ static PyObject *_wrap_wxToolBarTool_m_bitmap1_get(PyObject *self, PyObject *arg
return NULL;
}
}
_result = (wxBitmap *)wxToolBarTool_m_bitmap1_get(_arg0);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxBitmap *)wxToolBarTool_m_bitmap1_get(_arg0);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -860,8 +977,12 @@ static PyObject *_wrap_wxToolBarTool_m_bitmap2_set(PyObject *self, PyObject *arg
return NULL;
}
}
_result = (wxBitmap *)wxToolBarTool_m_bitmap2_set(_arg0,_arg1);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxBitmap *)wxToolBarTool_m_bitmap2_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -883,8 +1004,12 @@ static PyObject *_wrap_wxToolBarTool_m_bitmap2_get(PyObject *self, PyObject *arg
return NULL;
}
}
_result = (wxBitmap *)wxToolBarTool_m_bitmap2_get(_arg0);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxBitmap *)wxToolBarTool_m_bitmap2_get(_arg0);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -908,8 +1033,12 @@ static PyObject *_wrap_wxToolBarTool_m_isMenuCommand_set(PyObject *self, PyObjec
}
}
_arg1 = (bool ) tempbool1;
_result = (bool )wxToolBarTool_m_isMenuCommand_set(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_isMenuCommand_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -929,8 +1058,12 @@ static PyObject *_wrap_wxToolBarTool_m_isMenuCommand_get(PyObject *self, PyObjec
return NULL;
}
}
_result = (bool )wxToolBarTool_m_isMenuCommand_get(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBarTool_m_isMenuCommand_get(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -957,10 +1090,14 @@ static PyObject *_wrap_wxToolBarTool_m_shortHelpString_set(PyObject *self, PyObj
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg1 = new wxString(PyString_AsString(_obj1));
_arg1 = new wxString(PyString_AsString(_obj1), PyString_Size(_obj1));
}
_result = (wxString *)wxToolBarTool_m_shortHelpString_set(_arg0,_arg1);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxString *)wxToolBarTool_m_shortHelpString_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
}{
_resultobj = PyString_FromString(WXSTRINGCAST (*_result));
}
{
@@ -986,8 +1123,12 @@ static PyObject *_wrap_wxToolBarTool_m_shortHelpString_get(PyObject *self, PyObj
return NULL;
}
}
_result = (wxString *)wxToolBarTool_m_shortHelpString_get(_arg0);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxString *)wxToolBarTool_m_shortHelpString_get(_arg0);
wxPy_END_ALLOW_THREADS;
}{
_resultobj = PyString_FromString(WXSTRINGCAST (*_result));
}
return _resultobj;
@@ -1016,10 +1157,14 @@ static PyObject *_wrap_wxToolBarTool_m_longHelpString_set(PyObject *self, PyObje
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg1 = new wxString(PyString_AsString(_obj1));
_arg1 = new wxString(PyString_AsString(_obj1), PyString_Size(_obj1));
}
_result = (wxString *)wxToolBarTool_m_longHelpString_set(_arg0,_arg1);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxString *)wxToolBarTool_m_longHelpString_set(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
}{
_resultobj = PyString_FromString(WXSTRINGCAST (*_result));
}
{
@@ -1045,8 +1190,12 @@ static PyObject *_wrap_wxToolBarTool_m_longHelpString_get(PyObject *self, PyObje
return NULL;
}
}
_result = (wxString *)wxToolBarTool_m_longHelpString_get(_arg0);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxString *)wxToolBarTool_m_longHelpString_get(_arg0);
wxPy_END_ALLOW_THREADS;
}{
_resultobj = PyString_FromString(WXSTRINGCAST (*_result));
}
return _resultobj;
@@ -1112,8 +1261,12 @@ static PyObject *_wrap_new_wxToolBar(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = (wxToolBar *)new_wxToolBar(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolBar_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxToolBar *)new_wxToolBar(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolBar_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -1133,8 +1286,12 @@ static PyObject *_wrap_wxToolBar_AddSeparator(PyObject *self, PyObject *args) {
return NULL;
}
}
wxToolBar_AddSeparator(_arg0);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxToolBar_AddSeparator(_arg0);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1190,7 +1347,7 @@ static PyObject *_wrap_wxToolBar_AddTool(PyObject *self, PyObject *args) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg7 = new wxString(PyString_AsString(_obj7));
_arg7 = new wxString(PyString_AsString(_obj7), PyString_Size(_obj7));
}
if (_obj8)
{
@@ -1198,10 +1355,14 @@ static PyObject *_wrap_wxToolBar_AddTool(PyObject *self, PyObject *args) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg8 = new wxString(PyString_AsString(_obj8));
_arg8 = new wxString(PyString_AsString(_obj8), PyString_Size(_obj8));
}
_result = (wxToolBarTool *)wxToolBar_AddTool(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolBarTool_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxToolBarTool *)wxToolBar_AddTool(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5,_arg6,*_arg7,*_arg8);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolBarTool_p");
_resultobj = Py_BuildValue("s",_ptemp);
{
if (_obj7)
@@ -1254,7 +1415,7 @@ static PyObject *_wrap_wxToolBar_AddSimpleTool(PyObject *self, PyObject *args) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg3 = new wxString(PyString_AsString(_obj3));
_arg3 = new wxString(PyString_AsString(_obj3), PyString_Size(_obj3));
}
if (_obj4)
{
@@ -1262,10 +1423,14 @@ static PyObject *_wrap_wxToolBar_AddSimpleTool(PyObject *self, PyObject *args) {
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg4 = new wxString(PyString_AsString(_obj4));
_arg4 = new wxString(PyString_AsString(_obj4), PyString_Size(_obj4));
}
_result = (wxToolBarTool *)wxToolBar_AddSimpleTool(_arg0,_arg1,*_arg2,*_arg3,*_arg4);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolBarTool_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxToolBarTool *)wxToolBar_AddSimpleTool(_arg0,_arg1,*_arg2,*_arg3,*_arg4);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxToolBarTool_p");
_resultobj = Py_BuildValue("s",_ptemp);
{
if (_obj3)
@@ -1297,8 +1462,12 @@ static PyObject *_wrap_wxToolBar_EnableTool(PyObject *self, PyObject *args) {
}
}
_arg2 = (bool ) tempbool2;
wxToolBar_EnableTool(_arg0,_arg1,_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxToolBar_EnableTool(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1320,8 +1489,12 @@ static PyObject *_wrap_wxToolBar_GetToolEnabled(PyObject *self, PyObject *args)
return NULL;
}
}
_result = (bool )wxToolBar_GetToolEnabled(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBar_GetToolEnabled(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1342,8 +1515,12 @@ static PyObject *_wrap_wxToolBar_GetToolLongHelp(PyObject *self, PyObject *args)
return NULL;
}
}
_result = new wxString (wxToolBar_GetToolLongHelp(_arg0,_arg1));
{
wxPy_BEGIN_ALLOW_THREADS;
_result = new wxString (wxToolBar_GetToolLongHelp(_arg0,_arg1));
wxPy_END_ALLOW_THREADS;
}{
_resultobj = PyString_FromString(WXSTRINGCAST *(_result));
}
{
@@ -1368,8 +1545,12 @@ static PyObject *_wrap_wxToolBar_GetToolPacking(PyObject *self, PyObject *args)
return NULL;
}
}
_result = (int )wxToolBar_GetToolPacking(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxToolBar_GetToolPacking(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1389,8 +1570,12 @@ static PyObject *_wrap_wxToolBar_GetToolSeparation(PyObject *self, PyObject *arg
return NULL;
}
}
_result = (int )wxToolBar_GetToolSeparation(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxToolBar_GetToolSeparation(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1411,8 +1596,12 @@ static PyObject *_wrap_wxToolBar_GetToolShortHelp(PyObject *self, PyObject *args
return NULL;
}
}
_result = new wxString (wxToolBar_GetToolShortHelp(_arg0,_arg1));
{
wxPy_BEGIN_ALLOW_THREADS;
_result = new wxString (wxToolBar_GetToolShortHelp(_arg0,_arg1));
wxPy_END_ALLOW_THREADS;
}{
_resultobj = PyString_FromString(WXSTRINGCAST *(_result));
}
{
@@ -1438,8 +1627,12 @@ static PyObject *_wrap_wxToolBar_GetToolState(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = (bool )wxToolBar_GetToolState(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBar_GetToolState(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1459,8 +1652,12 @@ static PyObject *_wrap_wxToolBar_Realize(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = (bool )wxToolBar_Realize(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxToolBar_Realize(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1487,10 +1684,14 @@ static PyObject *_wrap_wxToolBar_SetToolLongHelp(PyObject *self, PyObject *args)
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg2 = new wxString(PyString_AsString(_obj2));
_arg2 = new wxString(PyString_AsString(_obj2), PyString_Size(_obj2));
}
wxToolBar_SetToolLongHelp(_arg0,_arg1,*_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxToolBar_SetToolLongHelp(_arg0,_arg1,*_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
{
if (_obj2)
@@ -1522,10 +1723,14 @@ static PyObject *_wrap_wxToolBar_SetToolShortHelp(PyObject *self, PyObject *args
PyErr_SetString(PyExc_TypeError, wxStringErrorMsg);
return NULL;
}
_arg2 = new wxString(PyString_AsString(_obj2));
_arg2 = new wxString(PyString_AsString(_obj2), PyString_Size(_obj2));
}
wxToolBar_SetToolShortHelp(_arg0,_arg1,*_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxToolBar_SetToolShortHelp(_arg0,_arg1,*_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
{
if (_obj2)
@@ -1557,8 +1762,12 @@ static PyObject *_wrap_wxToolBar_SetMargins(PyObject *self, PyObject *args) {
return NULL;
}
}
wxToolBar_SetMargins(_arg0,*_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxToolBar_SetMargins(_arg0,*_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1579,8 +1788,12 @@ static PyObject *_wrap_wxToolBar_SetToolPacking(PyObject *self, PyObject *args)
return NULL;
}
}
wxToolBar_SetToolPacking(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxToolBar_SetToolPacking(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1601,8 +1814,12 @@ static PyObject *_wrap_wxToolBar_SetToolSeparation(PyObject *self, PyObject *arg
return NULL;
}
}
wxToolBar_SetToolSeparation(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxToolBar_SetToolSeparation(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1626,8 +1843,12 @@ static PyObject *_wrap_wxToolBar_ToggleTool(PyObject *self, PyObject *args) {
}
}
_arg2 = (bool ) tempbool2;
wxToolBar_ToggleTool(_arg0,_arg1,_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxToolBar_ToggleTool(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1745,6 +1966,7 @@ SWIGEXPORT(void,initstattoolc)() {
SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0);
SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0);
SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0);
SWIG_RegisterMapping("_wxPyEvent","_class_wxPyEvent",0);
SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0);
SWIG_RegisterMapping("_class_wxToolTip","_wxToolTip",0);
SWIG_RegisterMapping("_class_wxMask","_wxMask",0);
@@ -1774,6 +1996,7 @@ SWIGEXPORT(void,initstattoolc)() {
SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0);
SWIG_RegisterMapping("_wxToolBarTool","_class_wxToolBarTool",0);
SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0);
SWIG_RegisterMapping("_class_wxPyEvent","_wxPyEvent",0);
SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0);
SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0);
SWIG_RegisterMapping("_class_wxToolBar","_wxToolBar",0);