X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8d08dbd459c1b7be9c1d82d9a78a32ae2730d86..1d836590aa324b7d58481e27a4b1ad6399174a2c:/docs/latex/wx/grid.tex diff --git a/docs/latex/wx/grid.tex b/docs/latex/wx/grid.tex index f028d72654..465a1dcec3 100644 --- a/docs/latex/wx/grid.tex +++ b/docs/latex/wx/grid.tex @@ -346,10 +346,6 @@ false to \helpref{wxGrid::EnableDragGridSize}{wxgridenabledraggridsize} Disables row sizing by dragging with the mouse. Equivalent to passing false to \helpref{wxGrid::EnableDragRowSize}{wxgridenabledragrowsize}. -\membersection{wxGrid::DoGetBestSize}\label{wxgriddogetbestsize} - -\constfunc{wxSize}{DoGetBestSize}{\void} - \membersection{wxGrid::EnableCellEditControl}\label{wxgridenablecelleditcontrol} \func{void}{EnableCellEditControl}{\param{bool }{enable = true}} @@ -550,12 +546,6 @@ Get the minimal width of the given column/row. Returns the width of the specified column. -\membersection{wxGrid::GetColWidth}\label{wxgridgetcolwidth} - -\constfunc{int}{GetColWidth}{\param{int }{col}} - -Get the col/row coords - \membersection{wxGrid::GetDefaultCellAlignment}\label{wxgridgetdefaultcellalignment} \func{void}{GetDefaultCellAlignment}{\param{int* }{horiz}, \param{int* }{vert}} @@ -707,21 +697,6 @@ Returns the total number of grid rows (actually the number of rows in the underl \constfunc{wxGridCellAttr*}{GetOrCreateCellAttr}{\param{int }{row}, \param{int }{col}} -\membersection{wxGrid::GetRowHeight}\label{wxgridgetrowheight} - -\constfunc{int}{GetRowHeight}{\param{int }{row}} - -This function must be public for compatibility. - -\membersection{wxGrid::GetRowTop}\label{wxgridgetrowtop} - -\constfunc{int}{GetRowTop}{\param{int }{row}} - - -\membersection{wxGrid::GetRowBottom}\label{wxgridgetrowbottom} - -\constfunc{int}{GetRowBottom}{\param{int }{row}} - \membersection{wxGrid::GetRowMinimalAcceptableHeight}\label{wxgridgetrowminimalacceptableheight} \func{int}{GetRowMinimalAcceptableHeight}{} @@ -1305,6 +1280,12 @@ Sets the default background colour for grid cells. Sets the default font to be used for grid cell text. +\membersection{wxGrid::SetDefaultCellTextColour}\label{wxgridsetdefaultcelltextcolour} + +\func{void}{SetDefaultCellTextColour}{\param{const wxColour\&}{ colour}} + +Sets the current default colour for grid cell text. + \membersection{wxGrid::SetDefaultEditor}\label{wxgridsetdefaulteditor} \func{void}{SetDefaultEditor}{\param{wxGridCellEditor* }{editor}} @@ -1499,7 +1480,7 @@ Set the selection behaviour of the grid. \docparam{wxGrid::wxGridSelectRows}{Selections will consist of whole rows.} -\docparam{wxGrid::wxGridSelectionColumns}{Selections will consist of whole columns.} +\docparam{wxGrid::wxGridSelectColumns}{Selections will consist of whole columns.} \membersection{wxGrid::SetTable}\label{wxgridsettable}