X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..b38a20c1539dbbdc7cd1c43268d5f6e15bdd8fda:/interface/wx/region.h diff --git a/interface/wx/region.h b/interface/wx/region.h index 6d8d212213..e010f22909 100644 --- a/interface/wx/region.h +++ b/interface/wx/region.h @@ -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,