]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/gridattr.tex
define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard...
[wxWidgets.git] / docs / latex / wx / gridattr.tex
index ca95c4c5a2b60e405e6854547a9203350014966f..bb3dfe217caa71e450b1d5720948a2820ddc55fc 100644 (file)
@@ -13,7 +13,9 @@ class may be returned by wxGridTable::GetAttr().
 
 No base class
 
-\wxheading{Data structures}
+\wxheading{Include files}
+
+<wx/grid.h>
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -72,7 +74,7 @@ Sets the alignment.
 
 \membersection{wxGridCellAttr::SetReadOnly}\label{wxgridcellattrsetreadonly}
 
-\func{void}{SetReadOnly}{\param{bool }{isReadOnly = TRUE}}
+\func{void}{SetReadOnly}{\param{bool }{isReadOnly = true}}
 
 
 \membersection{wxGridCellAttr::SetRenderer}\label{wxgridcellattrsetrenderer}
@@ -138,6 +140,8 @@ accessors
 
 \constfunc{void}{GetAlignment}{\param{int* }{hAlign}, \param{int* }{vAlign}}
 
+\perlnote{This method takes no parameters and
+returns a 2-element list {\tt ( hAlign, vAlign )}.}
 
 \membersection{wxGridCellAttr::GetRenderer}\label{wxgridcellattrgetrenderer}