]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/rect.tex
better documented wxListCtrl::GetItem (it was absolutely unclear how to use it)
[wxWidgets.git] / docs / latex / wx / rect.tex
index c99b66b423cf942f26643ed7887062bbd4badecb..79b426e33929aa41c2aadf3dea83951dfedc3e23 100644 (file)
@@ -6,6 +6,10 @@ A class for manipulating rectangles.
 
 None
 
+\wxheading{Include files}
+
+<wx/gdicmn.h>
+
 \wxheading{See also}
 
 \helpref{wxPoint}{wxpoint}, \helpref{wxSize}{wxsize}
@@ -114,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}}