Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (int flags) | |
this (int flags, int keyCode) | |
this (int flags, int keyCode, int cmd) | |
this (int flags, int keyCode, int cmd, MenuItem item) | |
void | Set (int flags, int keyCode, int cmd) |
void | Set (int flags, int keyCode, int cmd, MenuItem item) |
MenuItem | menuItem () |
int | Flags () |
int | KeyCode () |
int | Command () |
Static Public Member Functions | |
static AcceleratorEntry | GetAccelFromString (string label) |
static wxObject | New (IntPtr ptr) |
Public Attributes | |
const int | wxACCEL_NORMAL = 0x0000 |
const int | wxACCEL_ALT = 0x0001 |
const int | wxACCEL_CTRL = 0x0002 |
const int | wxACCEL_SHIFT = 0x0004 |
Protected Member Functions | |
override void | dtor () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
this | ( | int | flags | ) |
this | ( | int | flags, | |
int | keyCode | |||
) |
this | ( | int | flags, | |
int | keyCode, | |||
int | cmd | |||
) |
this | ( | int | flags, | |
int | keyCode, | |||
int | cmd, | |||
MenuItem | item | |||
) |
void Set | ( | int | flags, | |
int | keyCode, | |||
int | cmd | |||
) |
void Set | ( | int | flags, | |
int | keyCode, | |||
int | cmd, | |||
MenuItem | item | |||
) |
MenuItem menuItem | ( | ) |
int Flags | ( | ) |
int KeyCode | ( | ) |
int Command | ( | ) |
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
static AcceleratorEntry GetAccelFromString | ( | string | label | ) | [static] |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
const int wxACCEL_NORMAL = 0x0000 |
const int wxACCEL_ALT = 0x0001 |
const int wxACCEL_CTRL = 0x0002 |
const int wxACCEL_SHIFT = 0x0004 |