]> git.saurik.com Git - wxWidgets.git/commitdiff
GetMaxSize() docs updated
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Mar 1999 13:00:52 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Mar 1999 13:00:52 +0000 (13:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/toolbar.tex

index a4e872e328053fb3a74bffa59a916e4953c5e41f..5c565091eb28ca9b5d7a99bfafa5f0755492b40f 100644 (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}
 
-\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.