wxAcceleratorEntry
See external documentation: wxAcceleratorEntry.
See external documentation:
Functions
new() -> wxAcceleratorEntry()
Equivalent to new([]).
new(Option::[Option]) -> wxAcceleratorEntry()
Option = {flags, integer()} | {keyCode, integer()} | {cmd, integer()} | {item, wxMenuItem() (see module wxMenuItem)}
See
Also:
new(Entry) -> wxAcceleratorEntry() when
Entry::wxAcceleratorEntry().
getCommand(This) -> integer()
This = wxAcceleratorEntry()
See
getFlags(This) -> integer()
This = wxAcceleratorEntry()
See
getKeyCode(This) -> integer()
This = wxAcceleratorEntry()
See
set(This, Flags, KeyCode, Cmd) -> ok
This = wxAcceleratorEntry()
Flags = integer()
KeyCode = integer()
Cmd = integer()
Equivalent to set(This, Flags, KeyCode, Cmd, []).
set(This, Flags, KeyCode, Cmd, Option::[Option]) -> ok
This = wxAcceleratorEntry()
Flags = integer()
KeyCode = integer()
Cmd = integer()
Option = {item, wxMenuItem() (see module wxMenuItem)}
See
destroy(This::wxAcceleratorEntry()) -> ok
Destroys this object, do not use object again