X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbc95b2cc968d42445fef78b7044c411bf6e894a..3e58dcb9058f177d767c6f39baa88ee5626266a9:/docs/latex/wx/grid.tex diff --git a/docs/latex/wx/grid.tex b/docs/latex/wx/grid.tex index f99e99099d..1ffe177d10 100644 --- a/docs/latex/wx/grid.tex +++ b/docs/latex/wx/grid.tex @@ -400,6 +400,9 @@ grid cell at the specified location. Horizontal alignment will be one of wxALIGN\_LEFT, wxALIGN\_CENTRE or wxALIGN\_RIGHT. \\ Vertical alignment will be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BOTTOM. +\perlnote{This method only takes the parameters {\tt row} and {\tt col} and +returns a 2-element list {\tt ( horiz, vert )}.} + \membersection{wxGrid::GetCellBackgroundColour}\label{wxgridgetcellbackgroundcolour} \func{wxColour}{GetCellBackgroundColour}{\param{int }{row}, \param{int }{col}} @@ -462,6 +465,9 @@ Sets the arguments to the current column label alignment values. Horizontal alignment will be one of wxLEFT, wxCENTRE or wxRIGHT. \\ Vertical alignment will be one of wxTOP, wxCENTRE or wxBOTTOM. +\perlnote{This method takes no parameters and +returns a 2-element list {\tt ( horiz, vert )}.} + \membersection{wxGrid::GetColLabelSize}\label{wxgridgetcollabelsize} \func{int}{GetColLabelSize}{\void} @@ -617,6 +623,9 @@ Sets the arguments to the current row label alignment values. Horizontal alignment will be one of wxLEFT, wxCENTRE or wxRIGHT. \\ Vertical alignment will be one of wxTOP, wxCENTRE or wxBOTTOM. +\perlnote{This method takes no parameters and +returns a 2-element list {\tt ( horiz, vert )}.} + \membersection{wxGrid::GetRowLabelSize}\label{wxgridgetrowlabelsize} \func{int}{GetRowLabelSize}{\void}