X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd4eefcb295ebf35917a8e3d11fa3082019cf86f..7be2a7af39888b264eb0c5787fb2914005633d1b:/interface/wx/region.h diff --git a/interface/wx/region.h b/interface/wx/region.h index 9685c82f24..bdf25ba384 100644 --- a/interface/wx/region.h +++ b/interface/wx/region.h @@ -115,10 +115,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 +155,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(); /**