1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxAcceleratorTable class
4 // Author: Stefan Csomor
8 // Copyright: (c) Stefan Csomor
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
15 #include "wx/string.h"
18 class WXDLLIMPEXP_CORE wxAcceleratorTable
: public wxObject
20 DECLARE_DYNAMIC_CLASS(wxAcceleratorTable
)
23 wxAcceleratorTable(int n
, const wxAcceleratorEntry entries
[]); // Load from array
25 virtual ~wxAcceleratorTable();
27 bool Ok() const { return IsOk(); }
30 int GetCommand( wxKeyEvent
&event
);
33 // WXDLLIMPEXP_DATA_CORE(extern wxAcceleratorTable) wxNullAcceleratorTable;