X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06d20283afba5439c8a2c1b3b7cd3390541da52d..df61c0097160f84ba840e6648b147d3fa29141ea:/docs/latex/wx/region.tex diff --git a/docs/latex/wx/region.tex b/docs/latex/wx/region.tex index ad356d307a..40d267c66d 100644 --- a/docs/latex/wx/region.tex +++ b/docs/latex/wx/region.tex @@ -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}