wxAcceleratorEntryAn 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::wxAcceleratorEntrywxAcceleratorEntry() Default constructor. wxAcceleratorEntry(int flags, int keyCode, int cmd) Constructor. Parameters flags
keyCode
cmd
wxAcceleratorEntry::GetCommandint GetCommand() const Returns the command identifier for the accelerator table entry.
wxAcceleratorEntry::GetFlagsint GetFlags() const Returns the flags for the accelerator table entry.
wxAcceleratorEntry::GetKeyCodeint GetKeyCode() const Returns the keycode for the accelerator table entry.
wxAcceleratorEntry::Setvoid Set(int flags, int keyCode, int cmd) Sets the accelerator entry parameters. Parameters flags
keyCode
cmd
|