wxAcceleratorEntry(3erl) | Erlang Module Definition | wxAcceleratorEntry(3erl) |
wxAcceleratorEntry - See external documentation: wxAcceleratorEntry.
See external documentation: wxAcceleratorEntry.
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
new() -> wxAcceleratorEntry()
Equivalent to new([]).
new(Options::[Option]) -> wxAcceleratorEntry()
Types:
See external documentation.
Also:
new(Entry) -> wxAcceleratorEntry() when
Entry::wxAcceleratorEntry().
getCommand(This) -> integer()
Types:
See external documentation.
getFlags(This) -> integer()
Types:
See external documentation.
getKeyCode(This) -> integer()
Types:
See external documentation.
set(This, Flags, KeyCode, Cmd) -> ok
Types:
Equivalent to set(This, Flags, KeyCode, Cmd, []).
set(This, Flags, KeyCode, Cmd, Options::[Option]) -> ok
Types:
See external documentation.
destroy(This::wxAcceleratorEntry()) -> ok
Destroys this object, do not use object again
<>
wx 1.8.6 |