]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/size.tex
Changed version to 2.5.1
[wxWidgets.git] / docs / latex / wx / size.tex
index fdf44933670633375a8793577dc4579010790918..738f5b2eddbc9f9f4cc773a958d2274ea6cc4b88 100644 (file)
@@ -7,8 +7,8 @@ wxSize is used throughout wxWindows as well as wxPoint which, although almost
 equivalent to wxSize, has a different meaning: wxPoint represents a position
 while wxSize - the size.
 
-\pythonnote{wxPython defines aliases for the \tt{x} and \tt{y} members
-named \tt{width} and \tt{height} since it makes much more sense for
+\pythonnote{wxPython defines aliases for the {\tt x} and {\tt y} members
+named {\tt width} and {\tt height} since it makes much more sense for
 sizes.
 }
 
@@ -34,6 +34,19 @@ None
 
 Creates a size object.
 
+
+\membersection{wxSize::DecTo}\label{wxsizedecto}
+
+\func{wxSize\&}{DecTo}{\param{const wxSize\& }{size}}
+
+Decrements this object so that both of its dimensions are not greater than the
+corresponding dimensions of the \arg{size}.
+
+\wxheading{See also}
+
+\helpref{IncTo}{wxsizeincto}
+
+
 \membersection{wxSize::GetWidth}\label{wxsizegetwidth}
 
 \constfunc{int}{GetWidth}{\void}
@@ -46,6 +59,19 @@ Gets the width member.
 
 Gets the height member.
 
+
+\membersection{wxSize::IncTo}\label{wxsizeincto}
+
+\func{wxSize\&}{IncTo}{\param{const wxSize\& }{size}}
+
+Increments this object so that both of its dimensions are not less than the
+corresponding dimensions of the \arg{size}.
+
+\wxheading{See also}
+
+\helpref{DecTo}{wxsizedecto}
+
+
 \membersection{wxSize::Set}\label{wxsizeset}
 
 \func{void}{Set}{\param{int}{ width}, \param{int}{ height}}