]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/region.tex
Minor tweek for WXPM
[wxWidgets.git] / docs / latex / wx / region.tex
index fe16c0e2506fdb70cee0f5279b4a956b6abc325f..6e9af5db8c96059b7cf096c5be767ff207d18fc8 100644 (file)
@@ -114,10 +114,10 @@ is stored in this region.
 
 \constfunc{bool}{IsEmpty}{\void}
 
-\func{bool}{IsEmpty}{\void}
-
 Returns TRUE if the region is empty, FALSE otherwise.
 
+\membersection{wxRegion::Subtract}\label{wxregionsubstract}
+
 \func{bool}{Subtract}{\param{const wxRect\&}{ rect}}
 
 Subtracts a rectangular region from this region.
@@ -285,6 +285,8 @@ Resets the iterator to the given region.
 
 Increment operator. Increments the iterator to the next region.
 
+\pythonnote{A wxPython alias for this operator is called \tt{Next}.}
+
 \membersection{wxRegionIterator::operator bool}
 
 \constfunc{}{operator bool}{\void}