]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/region.h
use (new) wxAcceleratorEntry::Create() instead of recently deprecated wxGetAccelFromS...
[wxWidgets.git] / include / wx / mac / carbon / region.h
index ce3a08204a087ef8efafac528bc8b5d9e65f2b85..504a944e3b4416a537752455d981175fe9b05987 100644 (file)
 class WXDLLEXPORT wxRect;
 class WXDLLEXPORT wxPoint;
 
-enum wxRegionContain {
-    wxOutRegion = 0, wxPartRegion = 1, wxInRegion = 2
-};
-
 // So far, for internal use only
 enum wxRegionOp {
 wxRGN_AND,          // Creates the intersection of the two combined regions.