]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_region.i
Force the output window to display at the begining of the app
[wxWidgets.git] / wxPython / src / _region.i
index a1394b3056affc754101b8c887887bcaca659ca9..7a0dcb737c30d7213eebc42f1fac11e6156c089a 100644 (file)
@@ -50,18 +50,8 @@ public:
     %name(RegionFromBitmapColour)wxRegion(const wxBitmap& bmp,
                                           const wxColour& transColour,
                                           int   tolerance = 0);
-#ifndef __WXMAC__
     %name(RegionFromPoints)wxRegion(int points, wxPoint* points_array,
                                       int fillStyle = wxWINDING_RULE);
-#else
-    %extend {
-        %name(RegionFromPoints)wxRegion(int points, wxPoint* points_array,
-                                        int fillStyle = wxWINDING_RULE) {
-            wxPyRaiseNotImplemented();
-            return NULL;
-        }
-    }
-#endif
 
     ~wxRegion();