accel.h File Reference

Classes

class  wxAcceleratorEntry
 An object used by an application wishing to create an accelerator table (see wxAcceleratorTable). More...
class  wxAcceleratorTable
 An accelerator table allows the application to specify a table of keyboard shortcuts for menu or button commands. More...

Enumerations

enum  wxAcceleratorEntryFlags {
  wxACCEL_NORMAL,
  wxACCEL_ALT,
  wxACCEL_CTRL,
  wxACCEL_SHIFT,
  wxACCEL_CMD
}
 

wxAcceleratorEntry flags

More...

Variables

wxAcceleratorTable wxNullAcceleratorTable
 An empty accelerator table.

Enumeration Type Documentation

wxAcceleratorEntry flags

Enumerator:
wxACCEL_NORMAL 

no modifiers

wxACCEL_ALT 

hold Alt key down

wxACCEL_CTRL 

hold Ctrl key down

wxACCEL_SHIFT 

hold Shift key down

wxACCEL_CMD 

Command key on OS X; identic to wxACCEL_CTRL on other platforms.


Variable Documentation

An empty accelerator table.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



wxWidgets logo

[ top ]