#endif
#include "wx/object.h"
+#include "wx/string.h"
class WXDLLEXPORT wxAcceleratorTable;
// Hold Shift key down
#define wxACCEL_SHIFT 0x04
+ // Hold no key down
+#define wxACCEL_NORMAL 0x00
+
class WXDLLEXPORT wxAcceleratorEntry
{
public:
inline bool operator != (const wxAcceleratorTable& accel) { return m_refData != accel.m_refData; }
bool Ok() const;
-/* TODO: Accessors for your GUI
- void SetHACCEL(WXHACCEL hAccel);
- WXHACCEL GetHACCEL() const;
-*/
};
WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable;