abstract datatype: 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.
| destroy/1* | Destroys this object, do not use object again. |
| getCommand/1* | See external documentation. |
| getFlags/1* | See external documentation. |
| getKeyCode/1* | See external documentation. |
| new/0* | Equivalent to new([]). |
| new/1* | See external documentation. |
| set/4* | Equivalent to set(This, Flags, KeyCode, Cmd, []). |
| set/5* | See external documentation. |
destroy(This::wxAcceleratorEntry()) -> ok
Destroys this object, do not use object again
getCommand(This::wxAcceleratorEntry()) -> integer()
getFlags(This::wxAcceleratorEntry()) -> integer()
getKeyCode(This::wxAcceleratorEntry()) -> integer()
new() -> wxAcceleratorEntry()
Equivalent to new([]).
new(X::term() | wxAcceleratorEntry()) -> wxAcceleratorEntry()
See external documentation.
Alternatives:
set(This::wxAcceleratorEntry(), Flags::integer(), KeyCode::integer(), Cmd::integer()) -> ok
Equivalent to set(This, Flags, KeyCode, Cmd, []).
set(This::wxAcceleratorEntry(), Flags::integer(), KeyCode::integer(), Cmd::integer(), Options::[Option]) -> ok
Generated by EDoc, May 26 2008, 12:35:33.