]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/region.h
added a couple of base classes
[wxWidgets.git] / include / wx / mac / classic / region.h
index 7c10bd8e5e5eee84d70d711be026308a275bf42c..4e246f4506608f22b6e2c0c188d491ca65a4f208 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.