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:
parent
7e6edd2772
commit
c6cc8b15ce
@ -3546,7 +3546,8 @@ public:
|
||||
The user double-clicked a label with the right mouse button. Processes
|
||||
a @c wxEVT_GRID_LABEL_RIGHT_DCLICK event type.
|
||||
@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.
|
||||
@event{EVT_GRID_COL_MOVE(func)}
|
||||
The user tries to change the order of the columns in the grid by
|
||||
|
Loading…
Reference in New Issue
Block a user