X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..80d2803f703d1b238f42725504f08266ef02defe:/docs/latex/wx/region.tex?ds=sidebyside diff --git a/docs/latex/wx/region.tex b/docs/latex/wx/region.tex index fe16c0e250..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,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}