]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/accel.h
Turned wxIcon inline constructors to real constructors
[wxWidgets.git] / include / wx / msw / accel.h
index 863af19f0deff180408157dc42a6c5363a635789..2f2c013a10f649c0a27a21e91d1ece3b394f0fb4 100644 (file)
@@ -29,6 +29,9 @@ class WXDLLEXPORT wxAcceleratorTable;
  // Hold Shift key down
 #define wxACCEL_SHIFT   0x04
 
+ // Hold no other key
+#define wxACCEL_NORMAL  0x00
+
 class WXDLLEXPORT wxAcceleratorEntry
 {
 public: