X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/392751754e224616f01ce454830177b7a2b24b2b..82ce8b17f728fe648f431b379ba23721e0ebc06d:/docs/latex/wx/rect.tex diff --git a/docs/latex/wx/rect.tex b/docs/latex/wx/rect.tex index 3a55f65f9b..ccbb5cea42 100644 --- a/docs/latex/wx/rect.tex +++ b/docs/latex/wx/rect.tex @@ -34,6 +34,10 @@ Creates a wxRect object from top-left and bottom-right points. Creates a wxRect object from position and size values. +\func{}{wxRect}{\param{const wxSize\&}{ size}} + +Creates a wxRect object from size values at the origin. + \membersection{wxRect::x}\label{wxrectx} \member{int}{x} @@ -172,7 +176,7 @@ new rectangle leaving this one unchanged. \helpref{Deflate}{wxrectdeflate} -\membersection{wxRect:Inside}\label{wxrectinside} +\membersection{wxRect::Inside}\label{wxrectinside} \constfunc{bool}{Inside}{\param{int }{x}, \param{int }{y}} @@ -181,7 +185,7 @@ new rectangle leaving this one unchanged. Returns {\tt true} if the given point is inside the rectangle (or on its boundary) and {\tt false} otherwise. -\membersection{wxRect:Intersects}\label{wxrectintersects} +\membersection{wxRect::Intersects}\label{wxrectintersects} \constfunc{bool}{Intersects}{\param{const wxRect\& }{rect}}