From: Vadim Zeitlin Date: Wed, 10 Mar 1999 13:00:52 +0000 (+0000) Subject: GetMaxSize() docs updated X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bdcbd8a791ca036d8caacb5f0a2b354a3824f4e1 GetMaxSize() docs updated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/toolbar.tex b/docs/latex/wx/toolbar.tex index a4e872e328..5c565091eb 100644 --- a/docs/latex/wx/toolbar.tex +++ b/docs/latex/wx/toolbar.tex @@ -303,7 +303,7 @@ Returns the left/right and top/bottom margins, which are also used for inter-too \membersection{wxToolBar::GetMaxSize}\label{wxtoolbargetmaxsize} -\constfunc{void}{GetMaxSize}{\param{float*}{ w}, \param{float*}{ h}} +\constfunc{wxSize}{GetMaxSize}{\void} Gets the maximum size taken up by the tools after layout, including margins. This can be used to size a frame around the toolbar window.