]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/region.h
Document "raw control" use with accelerators.
[wxWidgets.git] / interface / wx / region.h
index 9685c82f24b12ef9f2a4252aec92827c74b34ab8..bdf25ba38469c00461ba47d69444c4c8ac8e6004 100644 (file)
@@ -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();
     /**