Derived from
wxNotifyEvent
wxCommandEvent
wxEvent
wxObject
Event handling
The event handler for the following functions takes a wxGridRangeSelectEvent parameter. The ..._CMD_... variants also take a window identifier.
EVT_GRID_RANGE_SELECT(func) | The user selected a group of contiguous cells. Processes a wxEVT_GRID_RANGE_SELECT. |
---|---|
EVT_GRID_CMD_RANGE_SELECT(func) | The user selected a group of contiguous cells; variant taking a window identifier. Processes a wxEVT_GRID_RANGE_SELECT. |
Include files
<wx/grid.h>
Default constructor.
Returns true if the Alt key was down at the time of the event.
Returns true if the Control key was down at the time of the event.
Top left corner of the rectangular area that was (de)selected.
Bottom row of the rectangular area that was (de)selected.
Left column of the rectangular area that was (de)selected.
Right column of the rectangular area that was (de)selected.
Top left corner of the rectangular area that was (de)selected.
Top row of the rectangular area that was (de)selected.
Returns true if the Meta key was down at the time of the event.
Returns true if the area was selected, false otherwise.
Returns true if the Shift key was down at the time of the event.
ymasuda 平成17年11月19日