.\" This is a wxWidgets manpage page generated from the XML docs .TH wxAcceleratorEntry 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxAcceleratorEntry \- .SH DESCRIPTION An object used by an application wishing to create an accelerator table . .SH "PARENTS" .SH "INCLUDE FILES" wx/accel.h .SH MEMBERS .SS wxAcceleratorEntry () Default constructor. .SS wxAcceleratorEntry (int flagsint keyCodeint cmd) Constructor. .SS int GetCommand () Returns the command identifier for the accelerator table entry. .SS int GetFlags () Returns the flags for the accelerator table entry. .SS int GetKeyCode () Returns the keycode for the accelerator table entry. .SS void Set (int flagsint keyCodeint cmd) Sets the accelerator entry parameters. .SH "SEE ALSO" wxAcceleratorTable wxWindow::SetAcceleratorTable .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.