wxAcceleratorEntry
Module
wxAcceleratorEntry
Module Summary
Functions for wxAcceleratorEntry class
Description
An object used by an application wishing to create an accelerator table (see wxAcceleratorTable).
See: wxAcceleratorTable, wxWindow:setAcceleratorTable/2
wxWidgets docs: wxAcceleratorEntry
new() -> wxAcceleratorEntry()
|
new(Options :: [Option]) -> wxAcceleratorEntry()
|
new(Entry) -> wxAcceleratorEntry()
|
Types
Entry = wxAcceleratorEntry()
Copy ctor.
Types
This = wxAcceleratorEntry()
Returns the command identifier for the accelerator table entry.
Types
This = wxAcceleratorEntry()
Returns the flags for the accelerator table entry.
Types
This = wxAcceleratorEntry()
Returns the keycode for the accelerator table entry.
Types
This = wxAcceleratorEntry()
Flags = KeyCode = Cmd = integer()
Option = {item, wxMenuItem:wxMenuItem()}
Sets the accelerator entry parameters.
destroy(This :: wxAcceleratorEntry()) -> ok |
Destroys the object.