]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cursor.i
changed wxPlatform implicit conversion to string to return const reference to wxStrin...
[wxWidgets.git] / wxPython / src / _cursor.i
index bb51a4dd8336df3d60e1afda030cf150d9fcc12b..02e8a7f1cccfafbb476061510f2fef4b91572810 100644 (file)
@@ -140,10 +140,11 @@ On MacOS the cursor is resized to 16x16 if it was larger.",
 #endif
     
     DocDeclStr(
-        bool , Ok(),
+        bool , IsOk(),
         "", "");
+    %pythoncode { Ok = IsOk }
 
-    %pythoncode { def __nonzero__(self): return self.Ok() }
+    %pythoncode { def __nonzero__(self): return self.IsOk() }
 
     
 #ifdef __WXMSW__