]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/rect.tex
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
[wxWidgets.git] / docs / latex / wx / rect.tex
index f94ab4fc958d06f4952577fba6680b2b9c2a9960..e70e47d85b3485987f1bd2379c3bc61ddc83fcc2 100644 (file)
@@ -81,6 +81,21 @@ directions but if \arg{dir} includes only \texttt{wxVERTICAL} or only
 the other component of its position remains unchanged.
 
 
+\membersection{wxRect::Contains}\label{wxrectcontains}
+
+\constfunc{bool}{Contains}{\param{int }{x}, \param{int }{y}}
+
+\constfunc{bool}{Contains}{\param{const wxPoint\& }{pt}}
+
+Returns {\tt true} if the given point is inside the rectangle (or on its
+boundary) and {\tt false} otherwise.
+
+\constfunc{bool}{Contains}{\param{const wxRect\& }{rect}}
+
+Returns \true if the given rectangle is completely inside this rectangle
+(or touches its boundary) and \false otherwise.
+
+
 \membersection{wxRect::Deflate}\label{wxrectdeflate}
 
 \func{void}{Deflate}{\param{wxCoord }{dx}, \param{wxCoord }{dy}}
@@ -234,20 +249,6 @@ means:
 \helpref{Deflate}{wxrectdeflate}
 
 
-\membersection{wxRect::Inside}\label{wxrectinside}
-
-\constfunc{bool}{Inside}{\param{int }{x}, \param{int }{y}}
-
-\constfunc{bool}{Inside}{\param{const wxPoint\& }{pt}}
-
-Returns {\tt true} if the given point is inside the rectangle (or on its
-boundary) and {\tt false} otherwise.
-
-\constfunc{bool}{Inside}{\param{const wxRect\& }{rect}}
-
-Returns \true if the given rectangle is completely inside this rectangle
-(or touches its boundary) and \false otherwise.
-
 \membersection{wxRect::Intersects}\label{wxrectintersects}
 
 \constfunc{bool}{Intersects}{\param{const wxRect\& }{rect}}