]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_icon.i
Removed some old, outdated, unfinished, or unstarted docs and the
[wxWidgets.git] / wxPython / src / _icon.i
index cfcdd02a39038d57cc1765bba38dff53960cb806..6a69d79f411992d19c96a542a1149b8b9e7d11b2 100644 (file)
@@ -57,7 +57,9 @@ public:
     // wxGDIImage methods
 #ifdef __WXMSW__
     long GetHandle();
     // wxGDIImage methods
 #ifdef __WXMSW__
     long GetHandle();
-    void SetHandle(long handle);
+    %extend {
+        void SetHandle(long handle) { self->SetHandle((WXHANDLE)handle); }
+    }
 #endif
     bool Ok();
     int GetWidth();
 #endif
     bool Ok();
     int GetWidth();