]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/rect.tex
wxApp decoration to changes list and missed new methods in wxApp section.
[wxWidgets.git] / docs / latex / wx / rect.tex
index 3a55f65f9b4703c679772ef29d5cbed6839bd460..ccbb5cea42976e19b03dfcb19bcd6a3c25f585a6 100644 (file)
@@ -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}}