Mention that wxEVT_GRID_RANGE_SELECT{ED,ING} are new in 3.1.5
Also explained that SELECTED is just the new spelling of SELECT.
This commit is contained in:
@@ -6353,12 +6353,17 @@ public:
|
|||||||
@event{EVT_GRID_CMD_RANGE_SELECTING(id, func)}
|
@event{EVT_GRID_CMD_RANGE_SELECTING(id, func)}
|
||||||
The user is selecting a group of contiguous cells; variant taking a window
|
The user is selecting a group of contiguous cells; variant taking a window
|
||||||
identifier. Processes a @c wxEVT_GRID_RANGE_SELECTING event type.
|
identifier. Processes a @c wxEVT_GRID_RANGE_SELECTING event type.
|
||||||
|
This event is available in wxWidgets 3.1.5 and later only.
|
||||||
@event{EVT_GRID_RANGE_SELECTED(func)}
|
@event{EVT_GRID_RANGE_SELECTED(func)}
|
||||||
The user selected a group of contiguous cells. Processes a
|
The user selected a group of contiguous cells. Processes a
|
||||||
@c wxEVT_GRID_RANGE_SELECTED event type.
|
@c wxEVT_GRID_RANGE_SELECTED event type.
|
||||||
|
This event is available in wxWidgets 3.1.5 and later only and was
|
||||||
|
called @c wxEVT_GRID_RANGE_SELECT in the previous versions.
|
||||||
@event{EVT_GRID_CMD_RANGE_SELECTED(id, func)}
|
@event{EVT_GRID_CMD_RANGE_SELECTED(id, func)}
|
||||||
The user selected a group of contiguous cells; variant taking a window
|
The user selected a group of contiguous cells; variant taking a window
|
||||||
identifier. Processes a @c wxEVT_GRID_RANGE_SELECTED event type.
|
identifier. Processes a @c wxEVT_GRID_RANGE_SELECTED event type.
|
||||||
|
This event is available in wxWidgets 3.1.5 and later only and was
|
||||||
|
called @c wxEVT_GRID_RANGE_SELECT in the previous versions.
|
||||||
@endEventTable
|
@endEventTable
|
||||||
|
|
||||||
@library{wxcore}
|
@library{wxcore}
|
||||||
|
Reference in New Issue
Block a user