X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c91108763b1621be54af24e24b2fab590db87325..6217b9aa7eec987c5177ad1300a0847b77c1abb5:/docs/latex/wx/size.tex diff --git a/docs/latex/wx/size.tex b/docs/latex/wx/size.tex index a29fc06484..738f5b2edd 100644 --- a/docs/latex/wx/size.tex +++ b/docs/latex/wx/size.tex @@ -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}}