]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/region.h
Ensure that the overall table border doesn't get overdrawn by cell borders with a...
[wxWidgets.git] / interface / wx / region.h
index 9685c82f24b12ef9f2a4252aec92827c74b34ab8..f528b797896a670a326c6806335e0eec3dc34ea4 100644 (file)
@@ -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