Public Member Functions | |
this (IntPtr wxobj) | |
this (int id, int type, wxObject obj, GridCellCoords topLeft, GridCellCoords bottomRight, bool sel, bool control, bool shift, bool alt, bool meta) | |
GridCellCoords | TopLeftCoords () |
GridCellCoords | BottomRightCoords () |
int | TopRow () |
int | BottomRow () |
int | LeftCol () |
int | RightCol () |
bool | Selecting () |
bool | ControlDown () |
bool | MetaDown () |
bool | ShiftDown () |
bool | AltDown () |
void | Veto () |
void | Allow () |
bool | Allowed () |
Static Public Member Functions | |
static | this () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Event.
this | ( | int | id, | |
int | type, | |||
wxObject | obj, | |||
GridCellCoords | topLeft, | |||
GridCellCoords | bottomRight, | |||
bool | sel, | |||
bool | control, | |||
bool | shift, | |||
bool | alt, | |||
bool | meta | |||
) |
static this | ( | ) | [static] |
Reimplemented from Event.
GridCellCoords TopLeftCoords | ( | ) |
GridCellCoords BottomRightCoords | ( | ) |
int TopRow | ( | ) |
int BottomRow | ( | ) |
int LeftCol | ( | ) |
int RightCol | ( | ) |
bool Selecting | ( | ) |
bool ControlDown | ( | ) |
bool MetaDown | ( | ) |
bool ShiftDown | ( | ) |
bool AltDown | ( | ) |
void Veto | ( | ) |
void Allow | ( | ) |
bool Allowed | ( | ) |