.\" This is a wxWidgets manpage page generated from the XML docs .TH wxGridEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxGridEvent \- .SH DESCRIPTION This event class contains information about various grid events. .SH "PARENTS" wxNotifyEvent wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/grid.h .SH MEMBERS .SS wxGridEvent () Default constructor. .SS wxGridEvent (int idwxEventType typewxObject* objint row = -1int col = -1int x = -1int y = -1bool 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 int GetCol () Column at which the event occurred. .SS wxPoint GetPosition () Position in pixels at which the event occurred. .SS int GetRow () Row at which the event occurred. .SS bool MetaDown () Returns true if the Meta key was down at the time of the event. .SS bool Selecting () Returns true if the user deselected a cell, false if the user deselected a cell. .SS bool ShiftDown () Returns true if the Shift key was down at the time of the event. .SH EVENTS .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.