X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70551f4702bfdd1796be68bc4c24503d229a05c5..7cacdad3e207702975dfd320efcc0ca359ee1bcf:/utils/wxPython/src/gtk/gdi.cpp?ds=inline diff --git a/utils/wxPython/src/gtk/gdi.cpp b/utils/wxPython/src/gtk/gdi.cpp index bbbb21c9a5..343458f2a7 100644 --- a/utils/wxPython/src/gtk/gdi.cpp +++ b/utils/wxPython/src/gtk/gdi.cpp @@ -132,7 +132,7 @@ static char* wxStringErrorMsg = "string type is required for parameter"; return new wxMask(bitmap, colour); } // Alternate 'constructor' - wxCursor* wxStockCursor(int id) { + wxCursor* wxPyStockCursor(int id) { return new wxCursor(id); } // Alternate 'constructor' @@ -257,7 +257,7 @@ static PyObject *_wrap_wxStockCursor(PyObject *self, PyObject *args) { self = self; if(!PyArg_ParseTuple(args,"i:wxStockCursor",&_arg0)) return NULL; - _result = (wxCursor *)wxStockCursor(_arg0); + _result = (wxCursor *)wxPyStockCursor(_arg0); SWIG_MakePtr(_ptemp, (char *) _result,"_wxCursor_p"); _resultobj = Py_BuildValue("s",_ptemp); return _resultobj;