]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/region.h
Allow wxPreferencesEditor::Dismiss() to work when using modal dialogs too.
[wxWidgets.git] / interface / wx / region.h
index 9685c82f24b12ef9f2a4252aec92827c74b34ab8..b0f4f20606dfed4009327499482c57be8174857a 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();
     /**
@@ -326,7 +322,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