GetMaxSize() docs updated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-03-10 13:00:52 +00:00
parent 0fc52d4112
commit bdcbd8a791

View File

@@ -303,7 +303,7 @@ Returns the left/right and top/bottom margins, which are also used for inter-too
\membersection{wxToolBar::GetMaxSize}\label{wxtoolbargetmaxsize} \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. 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. This can be used to size a frame around the toolbar window.