]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/grid.tex
Misc small changes
[wxWidgets.git] / docs / latex / wx / grid.tex
index 384d32438c9a27045ede6dc5de5b465296f1cd0f..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.
 
@@ -608,4 +612,3 @@ Call this function whenever a change has been made via the API that
 might alter size characteristics. You may also need to follow it with
 a call to AdjustScrollbars.
 
-