]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/grid.tex
added the static function GetLabelText() to wxStaticText which was mentioned in the...
[wxWidgets.git] / docs / latex / wx / grid.tex
index a6d4685ab2c8239cd8766c03c42accafd335516d..0960fe50ac46b5e2e9cdbc36d876073fc4f6eae2 100644 (file)
@@ -41,6 +41,10 @@ the previous implementation.
 
 <wx/grid.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 \wxheading{Window styles}
 
 There are presently no specific window styles for wxGrid.
@@ -1620,7 +1624,7 @@ Vertical alignment should be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BO
 
 Sets the height of the column labels.
 
-If \arg{height} equals to \textt{wxGRID\_AUTOSIZE} then height is calculated automatically
+If \arg{height} equals to \texttt{wxGRID\_AUTOSIZE} then height is calculated automatically
 so that no label is truncated. Note that this could be slow for a large table.
 
 
@@ -1862,7 +1866,7 @@ Vertical alignment should be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BO
 
 Sets the width of the row labels.
 
-If \arg{width} equals \textt{wxGRID\_AUTOSIZE} then width is calculated automatically
+If \arg{width} equals \texttt{wxGRID\_AUTOSIZE} then width is calculated automatically
 so that no label is truncated. Note that this could be slow for a large table.