X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd4eefcb295ebf35917a8e3d11fa3082019cf86f..e0effd7e3b8ad53abdcd008da75ba49a4af1ebf2:/interface/wx/region.h?ds=sidebyside diff --git a/interface/wx/region.h b/interface/wx/region.h index 9685c82f24..f528b79789 100644 --- a/interface/wx/region.h +++ b/interface/wx/region.h @@ -2,7 +2,6 @@ // Name: region.h // Purpose: interface of wxRegionIterator // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -115,10 +114,6 @@ public: /** Increment operator. Increments the iterator to the next region. - - @beginWxPythonOnly - A wxPython alias for this operator is called Next. - @endWxPythonOnly */ wxRegionIterator& operator ++(); @@ -159,7 +154,7 @@ public: Default constructor. This constructor creates an invalid, or null, object, i.e. calling - IsOk() on it returns @false and IsNull() returns @true. + IsOk() on it returns @false and IsEmpty() returns @true. */ wxRegion(); /** @@ -326,7 +321,7 @@ public: virtual bool IsEmpty() const; /** - Returns @true if the region is equal to, i.e. covers the same area as, + Returns @true if the region is equal to, i.e.\ covers the same area as, another one. If both this region and @a region are both invalid, they are considered