X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08f1d4387331d652b8297e6a4aef782b921bad5e..4033be7874eecafea789adcf3c2efe3e32b43809:/docs/latex/wx/size.tex?ds=sidebyside diff --git a/docs/latex/wx/size.tex b/docs/latex/wx/size.tex index 8cda05152c..b1376b4f21 100644 --- a/docs/latex/wx/size.tex +++ b/docs/latex/wx/size.tex @@ -39,7 +39,7 @@ Creates a size object. \membersection{wxSize::DecTo}\label{wxsizedecto} -\func{wxSize\&}{DecTo}{\param{const wxSize\& }{size}} +\func{void}{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}. @@ -78,7 +78,7 @@ Gets the height member. \membersection{wxSize::IncTo}\label{wxsizeincto} -\func{wxSize\&}{IncTo}{\param{const wxSize\& }{size}} +\func{void}{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}.