]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/rect.tex
added wxWindow::IsVisible() method
[wxWidgets.git] / docs / latex / wx / rect.tex
index 8e6b9fe02d9d988c7acdfa1b585af3b4d7f66594..f94ab4fc958d06f4952577fba6680b2b9c2a9960 100644 (file)
@@ -243,6 +243,10 @@ means:
 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}