]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/size.tex
Small fix.
[wxWidgets.git] / docs / latex / wx / size.tex
index 36647ec510404913a02df13b4ac960b6ec84462d..3af3fa8d887b67180181ce54cff5a611b9e8dc53 100644 (file)
@@ -142,12 +142,13 @@ corresponding dimensions of the \arg{size}.
 
 \membersection{wxSize::Scale}\label{wxsizescale}
 
-\func{void}{Scale}{\param{float}{ xscale}, \param{float}{ yscale}}
+\func{wxSize\&}{Scale}{\param{float}{ xscale}, \param{float}{ yscale}}
 
 Scales the dimensions of this object by the given factors.
 If you want to scale both dimensions by the same factor you can also use
 the \helpref{operator *=}{wxsizeoperators}
 
+Returns a reference to this object (so that you can concatenate other operations in the same line).
 
 
 \membersection{wxSize::Set}\label{wxsizeset}
@@ -221,3 +222,4 @@ Operators for comparison, sum and subtraction between \helpref{wxSize}{wxsize} o
 \func{wxSize\&}{operator $*=$}{\param{int }{factor}}
 
 Operators for division and multiplication between a \helpref{wxSize}{wxsize} object and an integer.
+