diff --git a/docs/latex/wx/grid.tex b/docs/latex/wx/grid.tex index a2e6983442..b23da42266 100644 --- a/docs/latex/wx/grid.tex +++ b/docs/latex/wx/grid.tex @@ -1062,10 +1062,10 @@ used at present. The sequence of actions begins with the grid object requesting the underlying grid table to insert new columns. If this is successful the table notifies the grid and the -grid updates the display. For a default grid (one where you have called +grid updates the display. For a default grid (one where you have called \helpref{wxGrid::CreateGrid}{wxgridcreategrid}) this process is automatic. If you are using a custom grid table (specified with \helpref{wxGrid::SetTable}{wxgridsettable}) -then you must override +then you must override \helpref{wxGridTableBase::InsertCols}{wxgridtablebaseinsertcols} in your derived table class. @@ -1081,10 +1081,10 @@ present. The sequence of actions begins with the grid object requesting the underlying grid table to insert new rows. If this is successful the table notifies the grid and the -grid updates the display. For a default grid (one where you have called +grid updates the display. For a default grid (one where you have called \helpref{wxGrid::CreateGrid}{wxgridcreategrid}) this process is automatic. If you are using a custom grid table (specified with \helpref{wxGrid::SetTable}{wxgridsettable}) -then you must override +then you must override \helpref{wxGridTableBase::InsertRows}{wxgridtablebaseinsertrows} in your derived table class. @@ -1438,7 +1438,7 @@ function for those cells that contain string values. The last form is for backward compatibility only. -See \helpref{wxGridTableBase::CanSetValueAs}{wxgridtablebasecangetvalueas} +See \helpref{wxGridTableBase::CanSetValueAs}{wxgridtablebasecangetvalueas} and the \helpref{wxGrid overview}{gridoverview} for more information. @@ -1449,8 +1449,8 @@ and the \helpref{wxGrid overview}{gridoverview} for more information. Sets the cell attributes for all cells in the specified column. -For more information about controlling grid cell attributes see the -\helpref{wxGridCellAttr}{wxgridcellattr} cell attribute class and the +For more information about controlling grid cell attributes see the +\helpref{wxGridCellAttr}{wxgridcellattr} cell attribute class and the \helpref{wxGrid classes overview}{gridoverview}. @@ -1879,7 +1879,7 @@ Displays the in-place cell edit control for the current cell. \func{int}{XToCol}{\param{int }{x}} -Returns the grid column that corresponds to the logical x coordinate. Returns +Returns the grid column that corresponds to the logical x coordinate. Returns {\tt wxNOT\_FOUND} if there is no column at the x position. @@ -1906,5 +1906,6 @@ If no row edge is near to this position {\tt wxNOT\_FOUND} is returned. \func{int}{YToRow}{\param{int }{y}} -Returns the grid row that corresponds to the logical y coordinate. Returns +Returns the grid row that corresponds to the logical y coordinate. Returns {\tt wxNOT\_FOUND} if there is no row at the y position. + diff --git a/docs/latex/wx/gridattr.tex b/docs/latex/wx/gridattr.tex index bb3dfe217c..9611caf848 100644 --- a/docs/latex/wx/gridattr.tex +++ b/docs/latex/wx/gridattr.tex @@ -24,7 +24,7 @@ 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 diff --git a/docs/latex/wx/listattr.tex b/docs/latex/wx/listattr.tex index 7240540e02..1422f337ef 100644 --- a/docs/latex/wx/listattr.tex +++ b/docs/latex/wx/listattr.tex @@ -85,3 +85,4 @@ Sets a new font. \func{void}{SetTextColour}{\param{const wxColour\& }{colour}} Sets a new text color. + diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 754c03acb6..1bc8a71a79 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -1020,5 +1020,6 @@ SortItems with a reference to a callable object that expects two parameters.} \perlnote{In wxPerl the comparison function must take just two parameters; - however, you may use a closure to achieve an effect similar to the - SortItems third parameter.} +however, you may use a closure to achieve an effect similar to the +SortItems third parameter.} +