]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/region.h
adding command key accelerator
[wxWidgets.git] / include / wx / os2 / region.h
index d0b54162b4759c929c4f5ec083e9d643dae3c5dc..b19dfd045da0fbf3fd71595423c1e10c50bc27d2 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.
                  ,wxRGN_COPY         // Creates a copy of the region identified by hrgnSrc1.