.\" This is a wxWidgets manpage page generated from the XML docs .TH wxGridRangeSelectEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxGridRangeSelectEvent \- .SH DESCRIPTION .SH "PARENTS" wxNotifyEvent wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/grid.h .SH MEMBERS .SS wxGridRangeSelectEvent () Default constructor. .SS wxGridRangeSelectEvent (int idwxEventType typewxObject* objconst wxGridCellCoords& topLeftconst wxGridCellCoords& bottomRightbool sel = truebool control = falsebool shift = falsebool alt = falsebool meta = false) .SS bool AltDown () Returns true if the Alt key was down at the time of the event. .SS bool ControlDown () Returns true if the Control key was down at the time of the event. .SS wxGridCellCoords GetBottomRightCoords () Top left corner of the rectangular area that was (de)selected. .SS int GetBottomRow () Bottom row of the rectangular area that was (de)selected. .SS int GetLeftCol () Left column of the rectangular area that was (de)selected. .SS int GetRightCol () Right column of the rectangular area that was (de)selected. .SS wxGridCellCoords GetTopLeftCoords () Top left corner of the rectangular area that was (de)selected. .SS int GetTopRow () Top row of the rectangular area that was (de)selected. .SS bool MetaDown () Returns true if the Meta key was down at the time of the event. .SS bool Selecting () Returns true if the area was selected, false otherwise. .SS bool ShiftDown () Returns true if the Shift key was down at the time of the event. .SH EVENTS .SS EVT_GRID_RANGE_SELECT(func) The user selected a group of contiguous cells. Processes a wxEVT_GRID_RANGE_SELECT. .SS 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. .SH "SEE ALSO" wxNotifyEvent wxCommandEvent wxEvent wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.