-static PyObject *_wrap_new_TextAttr(PyObject *self, PyObject *args) {
- int argc;
- PyObject *argv[5];
- int ii;
-
- argc = PyObject_Length(args);
- for (ii = 0; (ii < argc) && (ii < 4); ii++) {
- argv[ii] = PyTuple_GetItem(args,ii);
- }
- if (argc == 0) {
- return _wrap_new_TextAttr__SWIG_0(self,args);
- }
- if ((argc >= 1) && (argc <= 4)) {
- int _v;
- {
- _v = wxColour_typecheck(argv[0]);
- }
- if (_v) {
- if (argc <= 1) {
- return _wrap_new_TextAttr__SWIG_1(self,args);
- }
- {
- _v = wxColour_typecheck(argv[1]);
- }
- if (_v) {
- if (argc <= 2) {
- return _wrap_new_TextAttr__SWIG_1(self,args);
- }
- {
- void *ptr;
- if (SWIG_ConvertPtr(argv[2], &ptr, SWIGTYPE_p_wxFont, 0) == -1) {
- _v = 0;
- PyErr_Clear();
- } else {
- _v = 1;
- }
- }
- if (_v) {
- if (argc <= 3) {
- return _wrap_new_TextAttr__SWIG_1(self,args);
- }
- _v = SWIG_CheckInt(argv[3]);
- if (_v) {
- return _wrap_new_TextAttr__SWIG_1(self,args);
- }
- }
- }
- }
- }
-
- PyErr_SetString(PyExc_TypeError,"No matching function for overloaded 'new_TextAttr'");
- return NULL;
-}
-
-