]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/grid.tex
Overwrote(!!) with source files that compile and link with latest wxGTK.
[wxWidgets.git] / docs / latex / wx / grid.tex
index c8d5bce02a4acae5c917925fd6f74c6ad72eb005..7893892a0534200a69f77ee8293df4b0b68a2086 100644 (file)
@@ -23,8 +23,8 @@ See also \helpref{window styles overview}{windowstyles}.
 
 \membersection{wxGrid::wxGrid}\label{wxgridconstr}
 
-\func{void}{wxGrid}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id}, \param{const wxPoint\&}{ pos},
-\rtfsp\param{const wxSize\&}{ size}, \param{const long}{ style=0}, \param{const wxString\& }{name="grid"}}
+\func{void}{wxGrid}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxPoint\&}{ pos},
+\rtfsp\param{const wxSize\&}{ size}, \param{long}{ style=0}, \param{const wxString\& }{name="grid"}}
 
 Constructor. Before using a wxGrid object, you must call CreateGrid to set up the required rows and columns.