]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/accel.h
HTML help: index panel now displays only part of index matching given substring ...
[wxWidgets.git] / include / wx / stubs / accel.h
index 27ed68439e2193d5528d80c2bb757f9d616283c6..ec397374835d2a01e44a58b6de0028662215963b 100644 (file)
@@ -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: