]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/accel.h
Fixed some wxDragImage bugs
[wxWidgets.git] / include / wx / stubs / accel.h
index 3b8d3379f9d4c0c086ec771141107eaf746384e6..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:
@@ -68,10 +72,6 @@ public:
     inline bool operator != (const wxAcceleratorTable& accel) { return m_refData != accel.m_refData; }
 
     bool Ok() const;
-/* TODO: Accessors for your GUI
-    void SetHACCEL(WXHACCEL hAccel);
-    WXHACCEL GetHACCEL() const;
-*/
 };
 
 WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable;