]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/accel.h
minor change (using wxLogNull no doesn't flush the old messages)
[wxWidgets.git] / include / wx / stubs / accel.h
index 236dc0eb55236e436bacf3132f26b25f9b1103c2..10e43ef5e879c064b9eb7227a0e7a7d252b75236 100644 (file)
@@ -30,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: