X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1cee36ad05c07edbebd028c9d11beb9efcc6478c..83cbb9e995edca4f729aab005df43f23be8f3261:/wxPython/src/_cursor.i diff --git a/wxPython/src/_cursor.i b/wxPython/src/_cursor.i index 7c4acbd0a2..6ce76d4cf1 100644 --- a/wxPython/src/_cursor.i +++ b/wxPython/src/_cursor.i @@ -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