wxAcceleratorEntry
Functions for wxAcceleratorEntry class
- Provided by: erlang-manpages (Version: 1:24.2.1+dfsg-1ubuntu0.6)
- Source: erlang
- Report a bug
Functions for wxAcceleratorEntry class
An object used by an application wishing to create an accelerator table (see wxAcceleratorTable).
See: wxAcceleratorTable, wxWindow:setAcceleratorTable/2
wxWidgets docs: wxAcceleratorEntry
wxAcceleratorEntry() = wx:wx_object()
new() -> wxAcceleratorEntry()
new(Options :: [Option]) -> wxAcceleratorEntry()
new(Entry) -> wxAcceleratorEntry()
Types:
Copy ctor.
getCommand(This) -> integer()
Types:
Returns the command identifier for the accelerator table entry.
getFlags(This) -> integer()
Types:
Returns the flags for the accelerator table entry.
getKeyCode(This) -> integer()
Types:
Returns the keycode for the accelerator table entry.
set(This, Flags, KeyCode, Cmd) -> ok
Types:
set(This, Flags, KeyCode, Cmd, Options :: [Option]) -> ok
Types:
Sets the accelerator entry parameters.
destroy(This :: wxAcceleratorEntry()) -> ok
Destroys the object.