]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/accel.h
Motif updates
[wxWidgets.git] / include / wx / stubs / accel.h
index 27ed68439e2193d5528d80c2bb757f9d616283c6..10e43ef5e879c064b9eb7227a0e7a7d252b75236 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_NONE    0x00
+
 class WXDLLEXPORT wxAcceleratorEntry
 {
 public: