]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/region.tex
Chnaged includes to work without precompiled headers
[wxWidgets.git] / docs / latex / wx / region.tex
index ad356d307ab1495f3b8360e063e42d8d858f6e2b..40d267c66d1f555e4ff3ebd4681b878db3865f04 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,7 +285,7 @@ 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}.}
+\pythonnote{A wxPython alias for this operator is called {\tt Next}.}
 
 \membersection{wxRegionIterator::operator bool}