X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6994168fec352da51e8ccf1fcb41ca996df0297..90e7e2775fbb7979a48e568ffb177dde91276ce3:/docs/latex/wx/sizer.tex diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index c871edc5a9..a0c77ab757 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -384,7 +384,7 @@ by the sizer to resize themselves according to the rules defined by the paramete \func{void}{SetMinSize}{\param{int }{width}, \param{int }{height}} -\func{void}{SetMinSize}{\param{wxSize }{size}} +\func{void}{SetMinSize}{\param{const wxSize\& }{size}} Call this to give the sizer a minimal size. Normally, the sizer will calculate its minimal size based purely on how much space its children need. After calling this