-#define wxCloseEvent_GetSessionEnding(_swigobj) (_swigobj->GetSessionEnding())
-static PyObject *_wrap_wxCloseEvent_GetSessionEnding(PyObject *self, PyObject *args) {
- PyObject * _resultobj;
- bool _result;
- wxCloseEvent * _arg0;
- char * _argc0 = 0;
-
- self = self;
- if(!PyArg_ParseTuple(args,"s:wxCloseEvent_GetSessionEnding",&_argc0))
- return NULL;
- if (_argc0) {
- if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxCloseEvent_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxCloseEvent_GetSessionEnding. Expected _wxCloseEvent_p.");
- return NULL;
- }
- }
- _result = (bool )wxCloseEvent_GetSessionEnding(_arg0);
- _resultobj = Py_BuildValue("i",_result);
- return _resultobj;
-}
-