An object used by an application wishing to create an accelerator table.
Derived from
None
Include files
<wx/accel.h>
See also
wxAcceleratorTable, wxWindow::SetAcceleratorTable
Members
wxAcceleratorEntry::wxAcceleratorEntry
wxAcceleratorEntry::GetCommand
wxAcceleratorEntry::GetFlags
wxAcceleratorEntry::GetKeyCode
wxAcceleratorEntry::Set
wxAcceleratorEntry()
Default constructor.
wxAcceleratorEntry(int flags, int keyCode, int cmd)
Constructor.
Parameters
flags
keyCode
cmd
int GetCommand() const
Returns the command identifier for the accelerator table entry.
int GetFlags() const
Returns the flags for the accelerator table entry.
int GetKeyCode() const
Returns the keycode for the accelerator table entry.
void Set(int flags, int keyCode, int cmd)
Sets the accelerator entry parameters.
Parameters
flags
keyCode
cmd