From: Robin Dunn Date: Fri, 20 Apr 2001 04:30:28 +0000 (+0000) Subject: Fixed the order of parameters to actually match the code. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e9c4505ef4346acbeba75182f47a8db9f76ca374?ds=inline Fixed the order of parameters to actually match the code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/gridsizr.tex b/docs/latex/wx/gridsizr.tex index 9beba7fd69..9662608084 100644 --- a/docs/latex/wx/gridsizr.tex +++ b/docs/latex/wx/gridsizr.tex @@ -12,7 +12,7 @@ the height of each field is the height of the tallest child. \membersection{wxGridSizer::wxGridSizer}\label{wxgridsizerwxgridsizer} -\func{}{wxGridSizer}{\param{int }{cols}, \param{int }{rows}, \param{int }{vgap}, \param{int }{hgap}} +\func{}{wxGridSizer}{\param{int }{rows}, \param{int }{cols}, \param{int }{vgap}, \param{int }{hgap}} \func{}{wxGridSizer}{\param{int }{cols}, \param{int }{vgap = 0}, \param{int }{hgap = 0}}