.\" This is a wxWidgets manpage page generated from the XML docs .TH wxGridSizeEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxGridSizeEvent \- .SH DESCRIPTION This event class contains information about a row/column resize event. .SH "PARENTS" wxNotifyEvent wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/grid.h .SH MEMBERS .SS wxGridSizeEvent () Default constructor. .SS wxGridSizeEvent (int idwxEventType typewxObject* objint rowOrCol = -1int x = -1int y = -1bool 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 wxPoint GetPosition () Position in pixels at which the event occurred. .SS int GetRowOrCol () Row or column at that was resized. .SS bool MetaDown () Returns true if the Meta key was down at the time of the event. .SS bool ShiftDown () Returns true if the Shift key was down at the time of the event. .SH EVENTS .SS EVT_GRID_COL_SIZE(func) The user resized a column by dragging it. Processes a wxEVT_GRID_COL_SIZE. .SS EVT_GRID_ROW_SIZE(func) The user resized a row by dragging it. Processes a wxEVT_GRID_ROW_SIZE. .SS EVT_GRID_CMD_COL_SIZE(func) The user resized a column by dragging it; variant taking a window identifier. Processes a wxEVT_GRID_COL_SIZE. .SS EVT_GRID_CMD_ROW_SIZE(func) The user resized a row by dragging it; variant taking a window identifier. Processes a wxEVT_GRID_ROW_SIZE. .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.