]> 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 e72ef57deb4eb861e2227598f903738ab5580921..738f5b2eddbc9f9f4cc773a958d2274ea6cc4b88 100644 (file)
@@ -40,7 +40,7 @@ Creates a size object.
 \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 \it{size}.
+corresponding dimensions of the \arg{size}.
 
 \wxheading{See also}
 
@@ -65,7 +65,7 @@ Gets the height member.
 \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 \it{size}.
+corresponding dimensions of the \arg{size}.
 
 \wxheading{See also}