-#define wxFont_GetFontId(_swigobj) (_swigobj->GetFontId())
-static PyObject *_wrap_wxFont_GetFontId(PyObject *self, PyObject *args) {
- PyObject * _resultobj;
- int _result;
- wxFont * _arg0;
- char * _argc0 = 0;
-
- self = self;
- if(!PyArg_ParseTuple(args,"s:wxFont_GetFontId",&_argc0))
- return NULL;
- if (_argc0) {
- if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxFont_p")) {
- PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxFont_GetFontId. Expected _wxFont_p.");
- return NULL;
- }
- }
- _result = (int )wxFont_GetFontId(_arg0);
- _resultobj = Py_BuildValue("i",_result);
- return _resultobj;
-}
-