]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/grid.tex
1. fixed crash in wxDateTime::ParseDate
[wxWidgets.git] / docs / latex / wx / grid.tex
index 540ed2fed189a80c06b9660815abf78ed8949a9a..0cb5bac38f81db35514c30423c0becf7c4457479 100644 (file)
@@ -2,6 +2,10 @@
 
 wxGrid is a class for displaying and editing tabular information.
 
+{\bf Note:} there is a new grid implementation from wxWindows 2.1.14,
+with an API that is backwardly compatible with the one documented here.
+This documentation is awaiting updates for the new and improved API.
+
 \wxheading{Derived from}
 
 \helpref{wxPanel}{wxpanel}\\
@@ -338,7 +342,7 @@ Returns the row scroll position.
 
 \membersection{wxGrid::GetTextItem}\label{wxgridgettextitem}
 
-\constfunc{wxText *}{GetTextItem}{\void}
+\constfunc{wxTextCtrl *}{GetTextItem}{\void}
 
 Returns a pointer to the text item used for entering text into a cell.
 
@@ -382,7 +386,7 @@ and rows numerically.
 \func{void}{OnChangeSelectionLabel}{\void}
 
 Called when a cell is selected, to allow the application an
-opportunity to update the selection label (the label of the wxText item
+opportunity to update the selection label (the label of the wxTextCtrl
 used for entering cell text). By default, the cell column letter and row
 number are concatenated to form the selection label.