]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed the order of parameters to actually match the code.
authorRobin Dunn <robin@alldunn.com>
Fri, 20 Apr 2001 04:30:28 +0000 (04:30 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 20 Apr 2001 04:30:28 +0000 (04:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/gridsizr.tex

index 9beba7fd69901a576a5317029abd79807acea817..96626080840c2307c1c71783e11be601063ef584 100644 (file)
@@ -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}}