]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/region.h
really, really fix handling Enter in spin controls: only request it for the control...
[wxWidgets.git] / interface / wx / region.h
index 6d8d212213fbde8c319ba27b10961cb1d73f0c19..ac00b3a9ceea989ae62388bea0d12f8c98fd7f58 100644 (file)
@@ -33,7 +33,6 @@ enum wxRegionContain
 
 /**
     @class wxRegionIterator
-    @wxheader{region.h}
 
     This class is used to iterate through the rectangles in a region,
     typically when examining the damaged regions of a window within an OnPaint call.
@@ -135,7 +134,6 @@ public:
 
 /**
     @class wxRegion
-    @wxheader{region.h}
 
     A wxRegion represents a simple or complex region on a device context or window.