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}