]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/region.h
remove deprecation from wxWizard::SetPageSize
[wxWidgets.git] / interface / wx / region.h
index 6d8d212213fbde8c319ba27b10961cb1d73f0c19..e010f22909cf5d812f89e31d75cff8799dba48a2 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.
 
@@ -200,12 +198,12 @@ public:
         See @ref overview_refcount_destruct "reference-counted object destruction" for
         more info.
     */
-    ~wxRegion();
+    virtual ~wxRegion();
 
     /**
         Clears the current region.
     */
-    void Clear();
+    virtual void Clear();
 
     /**
         Returns a value indicating whether the given point is contained within the region.
@@ -293,7 +291,7 @@ public:
     /**
         Returns @true if the region is empty, @false otherwise.
     */
-    bool IsEmpty() const;
+    virtual bool IsEmpty() const;
 
     /**
         Returns @true if the region is equal to, i.e. covers the same area as,