]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/rect.tex
documented VFS handlers
[wxWidgets.git] / docs / latex / wx / rect.tex
index 28e610f021c8c641b36614cd38180c4896a52421..9a8c6f106fd395bb5d7f5567cd5b419d0b662719 100644 (file)
@@ -118,6 +118,18 @@ Gets the x member.
 
 Gets the y member.
 
+\membersection{wxRect::Inflate}\label{wxrectinflate}
+
+\func{void}{Inflate}{\param{wxCoord }{dx}, \param{wxCoord }{dy}}
+
+\func{void}{Inflate}{\param{wxCoord }{diff}}
+
+Increase the rectangle size by {\it dx} in x direction and {\it dy} in y
+direction. Both (or one of) parameters may be negative to decrease the
+rectngle size.
+
+The second form uses the same {\it diff} for both {\it dx} and {\it dy}.
+
 \membersection{wxRect::SetHeight}\label{wxrectsetheight}
 
 \func{void}{SetHeight}{\param{int}{ height}}
@@ -160,4 +172,3 @@ Equality operator.
 
 Inequality operator.
 
-