The event handler for the following functions takes a
GridRangeSelectEvent parameter.
The …CMD… variants also take a window identifier.
evt_grid_range_select() { | event | … } | The user selected a group of contiguous cells. Processes a EVT_GRID_RANGE_SELECT. |
evt_grid_cmd_range_select() { | event | … } | The user selected a group of contiguous cells; variant taking a window identifier. Processes a EVT_GRID_RANGE_SELECT. |
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, returned
as an row, column pair.
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, returned
as a row, column pair.
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.
[This page automatically generated from the Textile source at 2023-06-13 21:31:42 +0000]