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
|