#include "wx/object.h"
-class WXDLLEXPORT wxAcceleratorTable;
+class WXDLLIMPEXP_FWD_CORE wxAcceleratorTable;
// Hold Ctrl key down
#define wxACCEL_ALT 0x01
virtual ~wxAcceleratorTable();
- inline bool operator== (const wxAcceleratorTable& rAccel) const
- { return m_refData == rAccel.m_refData; };
- inline bool operator!= (const wxAcceleratorTable& rAccel) const
- { return m_refData != rAccel.m_refData; };
-
bool Ok() const { return IsOk(); }
bool IsOk() const;
void SetHACCEL(WXHACCEL hAccel);