class WXDLLEXPORT wxAcceleratorTable;
class WXDLLEXPORT wxMenuItem;
+class WXDLLEXPORT wxKeyEvent;
// ----------------------------------------------------------------------------
// constants
bool operator!=(const wxAcceleratorEntry& entry) const
{ return !(*this == entry); }
+#if defined(__WXMOTIF__)
+ // Implementation use only
+ bool MatchesEvent(const wxKeyEvent& event) const;
+#endif
+
private:
int m_flags; // combination of wxACCEL_XXX constants
int m_keyCode; // ASCII or virtual keycode
#include "wx/motif/accel.h"
#elif defined(__WXGTK__)
#include "wx/gtk/accel.h"
-#elif defined(__WXQT__)
- #include "wx/qt/accel.h"
#elif defined(__WXMAC__)
#include "wx/mac/accel.h"
#elif defined(__WXPM__)