]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cursor.i
Need to navigate to "about:blank" in order for the internal docuemnt
[wxWidgets.git] / wxPython / src / _cursor.i
index 7c4acbd0a2943f062a696dcd56238ab015cae3da..6ce76d4cf1811707337692ddfcb18ee6cd87e462 100644 (file)
@@ -132,9 +132,11 @@ public:
         long , GetHandle(),
         "Get the MS Windows handle for the cursor");
     
-    DocDeclStr(
-        void , SetHandle(long handle),
-        "Set the MS WIndows handle for the cursor");
+    %extend {
+    DocStr(SetHandle,
+        "Set the MS Windows handle to use for the cursor");
+        void SetHandle(long handle) { self->SetHandle((WXHANDLE)handle); }
+    }
     
 #endif