wxAcceleratorEntry
MODULE
wxAcceleratorEntry
MODULE SUMMARY
See external documentation: wxAcceleratorEntry.
DESCRIPTION
See external documentation: wxAcceleratorEntry.
DATA TYPES
EXPORTS
Equivalent to new([]).
new(X::term() | wxAcceleratorEntry()) -> wxAcceleratorEntry()
See external documentation.
Alternatives:
new([Option]) -> wxAcceleratorEntry()
Option = {flags, integer()} | {keyCode, integer()} | {cmd, integer()} | {item, wxMenuItem:wxMenuItem()}
new(Entry::wxAcceleratorEntry()) -> wxAcceleratorEntry()
getCommand(This::wxAcceleratorEntry()) -> integer()
getFlags(This::wxAcceleratorEntry()) -> integer()
getKeyCode(This::wxAcceleratorEntry()) -> integer()
set(This::wxAcceleratorEntry(), Flags::integer(), KeyCode::integer(), Cmd::integer()) -> ok
Equivalent to set(This, Flags, KeyCode, Cmd, []).
Types:
Option = {item, wxMenuItem() (see module wxMenuItem)}