]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cursor.i
added a test to check how exception handling works with Win32 SEH; corrected copyright
[wxWidgets.git] / wxPython / src / _cursor.i
index 81fe4c90a9cc69365e5f25508f34d414ebdee6a9..9d7e87851b135f0aee3f13f74a0e48c41edac711 100644 (file)
@@ -115,9 +115,10 @@ black/white (mask respected).",
 //     %extend {
 //         DocStr(wxCursor,
 //                "");
-//         %name(CursorFromBits) wxCursor(PyObject* bits, int width, int  height,
+//         %RenameCtor(CursorFromBits,  wxCursor(PyObject* bits, int width, int  height,
 //                                          int hotSpotX=-1, int hotSpotY=-1,
-//                                          PyObject* maskBits=NULL) {
+//                                          PyObject* maskBits=NULL))
+//         {
 //             char* bitsbuf;
 //             char* maskbuf = NULL;
 //             int   length;