]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/region.h
remove ancient defines left over from GTK1
[wxWidgets.git] / interface / wx / region.h
index f7b9a466a2d6bf3c95a4b24127ea9c4325b8364f..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 ++();
 
@@ -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