X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..dad5f99acb6b3400ff73562c03db2f3f21b658cd:/include/wx/accel.h diff --git a/include/wx/accel.h b/include/wx/accel.h index 86cc944821..f51578538c 100644 --- a/include/wx/accel.h +++ b/include/wx/accel.h @@ -20,6 +20,7 @@ class WXDLLEXPORT wxAcceleratorTable; class WXDLLEXPORT wxMenuItem; +class WXDLLEXPORT wxKeyEvent; // ---------------------------------------------------------------------------- // constants @@ -74,6 +75,11 @@ public: bool operator!=(const wxAcceleratorEntry& entry) const { return !(*this == entry); } +#ifdef __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