#include <wx/grid.h>

Public Member Functions | |
| bool | AltDown () |
| bool | ControlDown () |
| wxPoint | GetPosition () |
| int | GetRowOrCol () |
| bool | MetaDown () |
| bool | ShiftDown () |
| wxGridSizeEvent () | |
| wxGridSizeEvent (int id, wxEventType type, wxObject *obj, int rowOrCol=-1, int x=-1, int y=-1, bool control=false, bool shift=false, bool alt=false, bool meta=false) | |
| wxGridSizeEvent::wxGridSizeEvent | ( | ) |
| wxGridSizeEvent::wxGridSizeEvent | ( | int | id, | |
| wxEventType | type, | |||
| wxObject * | obj, | |||
| int | rowOrCol = -1, |
|||
| int | x = -1, |
|||
| int | y = -1, |
|||
| bool | control = false, |
|||
| bool | shift = false, |
|||
| bool | alt = false, |
|||
| bool | meta = false | |||
| ) |
| bool wxGridSizeEvent::AltDown | ( | ) |
Returns true if the Alt key was down at the time of the event.
| bool wxGridSizeEvent::ControlDown | ( | ) |
Returns true if the Control key was down at the time of the event.
| wxPoint wxGridSizeEvent::GetPosition | ( | ) |
Position in pixels at which the event occurred.
| int wxGridSizeEvent::GetRowOrCol | ( | ) |
Row or column at that was resized.
| bool wxGridSizeEvent::MetaDown | ( | ) |
Returns true if the Meta key was down at the time of the event.
| bool wxGridSizeEvent::ShiftDown | ( | ) |
Returns true if the Shift key was down at the time of the event.
|
[ top ] |