From: Roger Gammans Date: Wed, 25 Jun 2003 17:33:22 +0000 (+0000) Subject: correct documentation for wxEVT_GRID_SELECT_CELL and wxEVT_GRID_CELL_CHANGE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a1c7887200f0210886c4e04815a23c53a148a717 correct documentation for wxEVT_GRID_SELECT_CELL and wxEVT_GRID_CELL_CHANGE events git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/gridevt.inc b/docs/latex/wx/gridevt.inc index 5db0245766..b5121b20c2 100644 --- a/docs/latex/wx/gridevt.inc +++ b/docs/latex/wx/gridevt.inc @@ -10,8 +10,8 @@ The event handler for the following functions takes a \helpref{wxGridEvent}{wxgr \twocolitem{{\bf EVT\_GRID\_LABEL\_RIGHT\_CLICK(func)}}{The user clicked a label with the right mouse button. Processes a wxEVT\_GRID\_LABEL\_RIGHT\_CLICK.} \twocolitem{{\bf EVT\_GRID\_LABEL\_LEFT\_DCLICK(func)}}{The user double-clicked a label with the left mouse button. Processes a wxEVT\_GRID\_LABEL\_LEFT\_DCLICK.} \twocolitem{{\bf EVT\_GRID\_LABEL\_RIGHT\_DCLICK(func)}}{The user double-clicked a label with the right mouse button. Processes a wxEVT\_GRID\_LABEL\_RIGHT\_DCLICK.} -\twocolitem{{\bf EVT\_GRID\_CELL\_CHANGE(func)}}{The user moved the cursor to another cell. Processes a wxEVT\_GRID\_CELL\_CHANGE.} -\twocolitem{{\bf EVT\_GRID\_SELECT\_CELL(func)}}{The user selected a cell. Processes a wxEVT\_GRID\_SELECT\_CELL.} +\twocolitem{{\bf EVT\_GRID\_CELL\_CHANGE(func)}}{The user changed the data in a cell. Processes a wxEVT\_GRID\_CELL\_CHANGE.} +\twocolitem{{\bf EVT\_GRID\_SELECT\_CELL(func)}}{The user moved to, and selected a cell. Processes a wxEVT\_GRID\_SELECT\_CELL.} \twocolitem{{\bf EVT\_GRID\_EDITOR\_HIDDEN(func)}}{The editor for a cell was hidden. Processes a wxEVT\_GRID\_EDITOR\_HIDDEN.} \twocolitem{{\bf EVT\_GRID\_EDITOR\_SHOWN(func)}}{The editor for a cell was shown. Processes a wxEVT\_GRID\_EDITOR\_SHOWN.} \end{twocollist}%