Various updates to catch up to wxWidgets CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user