wxAcceleratorEntry
Module
wxAcceleratorEntry
Module Summary
See external documentation: wxAcceleratorEntry.
Description
See external documentation: wxAcceleratorEntry.
DATA TYPES
Exports
new() -> wxAcceleratorEntry()
Equivalent to new([]).
new(Options::[Option]) -> wxAcceleratorEntry()
Types
Option = {flags, integer()} | {keyCode, integer()} | {cmd, integer()} | {item, wxMenuItem:wxMenuItem()}
See external documentation.
Also:
new(Entry) -> wxAcceleratorEntry() when
Entry::wxAcceleratorEntry().
Types
This = wxAcceleratorEntry()
Types
This = wxAcceleratorEntry()
Types
This = wxAcceleratorEntry()
set(This, Flags, KeyCode, Cmd) -> ok
Equivalent to set(This, Flags, KeyCode, Cmd, []).
set(This, Flags, KeyCode, Cmd, Options::[Option]) -> ok
Types
This = wxAcceleratorEntry()
Flags = integer()
KeyCode = integer()
Cmd = integer()
Option = {item, wxMenuItem:wxMenuItem()}
destroy(This::wxAcceleratorEntry()) -> ok