X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e25ba908f6a9e03f131e8ce9df19558c3e09a35..ad115b2d656d79790b41b88d6dd578f0e624612c:/include/wx/stubs/accel.h diff --git a/include/wx/stubs/accel.h b/include/wx/stubs/accel.h index 27ed68439e..ec39737483 100644 --- a/include/wx/stubs/accel.h +++ b/include/wx/stubs/accel.h @@ -17,6 +17,7 @@ #endif #include "wx/object.h" +#include "wx/string.h" class WXDLLEXPORT wxAcceleratorTable; @@ -29,6 +30,9 @@ class WXDLLEXPORT wxAcceleratorTable; // Hold Shift key down #define wxACCEL_SHIFT 0x04 + // Hold no key down +#define wxACCEL_NORMAL 0x00 + class WXDLLEXPORT wxAcceleratorEntry { public: