more wxMac specific updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1167,7 +1167,7 @@ public:
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
#ifndef __WXGTK__
|
||||
#ifdef __WXMSW__
|
||||
|
||||
%{
|
||||
#include <wx/metafile.h>
|
||||
@@ -1267,7 +1267,9 @@ public:
|
||||
~wxRegion();
|
||||
|
||||
void Clear();
|
||||
#ifndef __WXMAC__
|
||||
bool Offset(wxCoord x, wxCoord y);
|
||||
#endif
|
||||
|
||||
wxRegionContain Contains(long x, long y);
|
||||
%name(ContainsPoint)wxRegionContain Contains(const wxPoint& pt);
|
||||
|
Reference in New Issue
Block a user