X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e10e38d8b4405625c3687bdfe6cb315874d1d70..d3f00f59938d4801a95afa1cd638b8f15c481ee3:/docs/latex/wx/gridattr.tex diff --git a/docs/latex/wx/gridattr.tex b/docs/latex/wx/gridattr.tex index bb3dfe217c..7cc7eade1a 100644 --- a/docs/latex/wx/gridattr.tex +++ b/docs/latex/wx/gridattr.tex @@ -17,6 +17,10 @@ No base class +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxGridCellAttr::wxGridCellAttr}\label{wxgridcellattrwxgridcellattr} @@ -24,11 +28,11 @@ No base class \func{}{wxGridCellAttr}{\void} Default constructor. - + \func{}{wxGridCellAttr}{\param{const wxColour\& }{colText}, \param{const wxColour\& }{colBack}, \param{const wxFont\& }{font}, \param{int }{hAlign}, \param{int }{vAlign}} -VZ: considering the number of members wxGridCellAttr has now, this ctor -seems to be pretty useless... may be we should just remove it? +Constructor specifying some of the often used attributes. + \membersection{wxGridCellAttr::Clone}\label{wxgridcellattrclone} @@ -36,6 +40,7 @@ seems to be pretty useless... may be we should just remove it? Creates a new copy of this object. + \membersection{wxGridCellAttr::IncRef}\label{wxgridcellattrincref} \func{void}{IncRef}{\void} @@ -44,6 +49,7 @@ This class is ref counted: it is created with ref count of 1, so calling DecRef() once will delete it. Calling IncRef() allows to lock it until the matching DecRef() is called + \membersection{wxGridCellAttr::DecRef}\label{wxgridcellattrdecref} \func{void}{DecRef}{\void} @@ -54,23 +60,29 @@ it until the matching DecRef() is called Sets the text colour. + \membersection{wxGridCellAttr::SetBackgroundColour}\label{wxgridcellattrsetbackgroundcolour} \func{void}{SetBackgroundColour}{\param{const wxColour\& }{colBack}} Sets the background colour. + \membersection{wxGridCellAttr::SetFont}\label{wxgridcellattrsetfont} \func{void}{SetFont}{\param{const wxFont\& }{font}} Sets the font. + \membersection{wxGridCellAttr::SetAlignment}\label{wxgridcellattrsetalignment} \func{void}{SetAlignment}{\param{int }{hAlign}, \param{int }{vAlign}} -Sets the alignment. +Sets the alignment. \arg{hAlign} can be one of \texttt{wxALIGN\_LEFT}, +\texttt{wxALIGN\_CENTRE} or \texttt{wxALIGN\_RIGHT} and \arg{vAlign} can be one +of \texttt{wxALIGN\_TOP}, \texttt{wxALIGN\_CENTRE} or \texttt{wxALIGN\_BOTTOM}. + \membersection{wxGridCellAttr::SetReadOnly}\label{wxgridcellattrsetreadonly} @@ -143,6 +155,9 @@ accessors \perlnote{This method takes no parameters and returns a 2-element list {\tt ( hAlign, vAlign )}.} +See \helpref{SetAlignment}{wxgridcellattrsetalignment} for the returned values. + + \membersection{wxGridCellAttr::GetRenderer}\label{wxgridcellattrgetrenderer} \constfunc{wxGridCellRenderer*}{GetRenderer}{\param{wxGrid* }{grid}, \param{int }{row}, \param{int }{col}}