]> git.saurik.com Git - wxWidgets.git/commitdiff
Doc corrections
authorJulian Smart <julian@anthemion.co.uk>
Sat, 11 Feb 2006 12:05:53 +0000 (12:05 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 11 Feb 2006 12:05:53 +0000 (12:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/grid.tex
docs/latex/wx/gridattr.tex
docs/latex/wx/listattr.tex
docs/latex/wx/listctrl.tex

index a2e6983442632c5463d868fb5daa5edd08217043..b23da42266119154e665eb108a3e690ad5b04ad3 100644 (file)
@@ -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.
+
index bb3dfe217caa71e450b1d5720948a2820ddc55fc..9611caf848408299222aaa80d9f834779abf5e09 100644 (file)
@@ -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
index 7240540e02f25666b351cb90ed9386e8445d0b22..1422f337ef88203b05b5a58823ea06f10ad95617 100644 (file)
@@ -85,3 +85,4 @@ Sets a new font.
 \func{void}{SetTextColour}{\param{const wxColour\& }{colour}}
 
 Sets a new text color.
+
index 754c03acb678ece0ddfaeec0cd978ef29a8f0c76..1bc8a71a79f675bf41cd3c9fe7f0625dc55715de 100644 (file)
@@ -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.}
+