From bdcbd8a791ca036d8caacb5f0a2b354a3824f4e1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 10 Mar 1999 13:00:52 +0000 Subject: [PATCH] GetMaxSize() docs updated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/toolbar.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2