this event class contains information about various grid events.
evt_grid_cell_left_click(func)
|
the user clicked a cell with the left mouse button. processes a wxevt_grid_cell_left_click.
|
evt_grid_cell_right_click(func)
|
the user clicked a cell with the right mouse button. processes a wxevt_grid_cell_right_click.
|
evt_grid_cell_left_dclick(func)
|
the user double-clicked a cell with the left mouse button. processes a wxevt_grid_cell_left_dclick.
|
evt_grid_cell_right_dclick(func)
|
the user double-clicked a cell with the right mouse button. processes a wxevt_grid_cell_right_dclick.
|
evt_grid_label_left_click(func)
|
the user clicked a label with the left mouse button. processes a wxevt_grid_label_left_click.
|
evt_grid_label_right_click(func)
|
the user clicked a label with the right mouse button. processes a wxevt_grid_label_right_click.
|
evt_grid_label_left_dclick(func)
|
the user double-clicked a label with the left mouse button. processes a wxevt_grid_label_left_dclick.
|
evt_grid_label_right_dclick(func)
|
the user double-clicked a label with the right mouse button. processes a wxevt_grid_label_right_dclick.
|
evt_grid_cell_change(func)
|
the user changed the data in a cell. processes a wxevt_grid_cell_change.
|
evt_grid_select_cell(func)
|
the user moved to, and selected a cell. processes a wxevt_grid_select_cell.
|
evt_grid_editor_hidden(func)
|
the editor for a cell was hidden. processes a wxevt_grid_editor_hidden.
|
evt_grid_editor_shown(func)
|
the editor for a cell was shown. processes a wxevt_grid_editor_shown.
|
evt_grid_cmd_cell_left_click(id, func)
|
the user clicked a cell with the left mouse button; variant taking a window identifier. processes a wxevt_grid_cell_left_click.
|
evt_grid_cmd_cell_right_click(id, func)
|
the user clicked a cell with the right mouse button; variant taking a window identifier. processes a wxevt_grid_cell_right_click.
|
evt_grid_cmd_cell_left_dclick(id, func)
|
the user double-clicked a cell with the left mouse button; variant taking a window identifier. processes a wxevt_grid_cell_left_dclick.
|
evt_grid_cmd_cell_right_dclick(id, func)
|
the user double-clicked a cell with the right mouse button; variant taking a window identifier. processes a wxevt_grid_cell_right_dclick.
|
evt_grid_cmd_label_left_click(id, func)
|
the user clicked a label with the left mouse button; variant taking a window identifier. processes a wxevt_grid_label_left_click.
|
evt_grid_cmd_label_right_click(id, func)
|
the user clicked a label with the right mouse button; variant taking a window identifier. processes a wxevt_grid_label_right_click.
|
evt_grid_cmd_label_left_dclick(id, func)
|
the user double-clicked a label with the left mouse button; variant taking a window identifier. processes a wxevt_grid_label_left_dclick.
|
evt_grid_cmd_label_right_dclick(id, func)
|
the user double-clicked a label with the right mouse button; variant taking a window identifier. processes a wxevt_grid_label_right_dclick.
|
evt_grid_cmd_cell_change(id, func)
|
the user changed the data in a cell; variant taking a window identifier. processes a wxevt_grid_cell_change.
|
evt_grid_cmd_select_cell(id, func)
|
the user moved to, and selected a cell; variant taking a window identifier. processes a wxevt_grid_select_cell.
|
evt_grid_cmd_editor_hidden(id, func)
|
the editor for a cell was hidden; variant taking a window identifier. processes a wxevt_grid_editor_hidden.
|
evt_grid_cmd_editor_shown(id, func)
|
the editor for a cell was shown; variant taking a window identifier. processes a wxevt_grid_editor_shown.
|
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.
column at which the event occurred.
position in pixels at which the event occurred.
row at which the event occurred.
returns true if the meta key was down at the time of the event.
returns true if the user deselected a cell, false if the user
deselected a cell.
returns true if the shift key was down at the time of the event.