]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/toolbar.tex
1. ReadMailcap/MimeTypes returna bool error code
[wxWidgets.git] / docs / latex / wx / toolbar.tex
index a4e872e328053fb3a74bffa59a916e4953c5e41f..07242ae6bf03049a7f90e56e0af20e036858dba6 100644 (file)
@@ -303,17 +303,11 @@ 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.
 
-\wxheading{Parameters}
-
-\docparam{w}{Receives the maximum horizontal size.}
-
-\docparam{h}{Receives the maximum vertical size.}
-
 \membersection{wxToolBar::GetToolClientData}\label{wxtoolbargettoolclientdata}
 
 \constfunc{wxObject*}{GetToolClientData}{\param{int }{toolIndex}}