Mention that wxEVT_GRID_SELECT_CELL is generated by SetGridCursor() in one more place.

It was already done in SetGridCursor() documentation; do it in wxEVT_GRID_SELECT_CELL own description as well (see #11045).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-08-02 00:53:51 +00:00
parent 7e6edd2772
commit c6cc8b15ce

View File

@@ -3546,7 +3546,8 @@ public:
The user double-clicked a label with the right mouse button. Processes The user double-clicked a label with the right mouse button. Processes
a @c wxEVT_GRID_LABEL_RIGHT_DCLICK event type. a @c wxEVT_GRID_LABEL_RIGHT_DCLICK event type.
@event{EVT_GRID_SELECT_CELL(func)} @event{EVT_GRID_SELECT_CELL(func)}
The user moved to, and selected a cell. Processes a The given cell was made current, either by user or by the program via a
call to SetGridCursor() or GoToCell(). Processes a
@c wxEVT_GRID_SELECT_CELL event type. @c wxEVT_GRID_SELECT_CELL event type.
@event{EVT_GRID_COL_MOVE(func)} @event{EVT_GRID_COL_MOVE(func)}
The user tries to change the order of the columns in the grid by The user tries to change the order of the columns in the grid by