Version 0.4 of wxPython for MSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1998-10-02 06:44:50 +00:00
parent d1c74ca98b
commit 9c039d08bf
49 changed files with 5166 additions and 2155 deletions

View File

@@ -1,5 +1,5 @@
/*
* FILE : msw\gdi.cpp
* FILE : msw/gdi.cpp
*
* This file was automatically generated by :
* Simplified Wrapper and Interface Generator (SWIG)
@@ -131,7 +131,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'
@@ -256,7 +256,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;