]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/size.tex
another patch bring the docs more up to date (patch 1717776)
[wxWidgets.git] / docs / latex / wx / size.tex
index 7e163b47d2eb089b2d6caad30207e338f065073e..0877512c1668d0b925d362b6def65933030eb16a 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}
@@ -197,9 +198,9 @@ Sets the width.
 Assignment operator.
 
 
-\func{bool}{operator $==$}{\param{const wxSize\& }{sz}}
+\constfunc{bool}{operator $==$}{\param{const wxSize\& }{sz}}
 
-\func{bool}{operator $!=$}{\param{const wxSize\& }{sz}}
+\constfunc{bool}{operator $!=$}{\param{const wxSize\& }{sz}}
 
 \func{wxSize}{operator $+$}{\param{const wxSize\& }{sz}}