]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/kbdstate.h
Split wxTextCompleter into a base class and wxTextCompleterSimple.
[wxWidgets.git] / interface / wx / kbdstate.h
index 36cd368a088c6f7943e5b68660ec96a43878fca8..27060a379a96212d2579fe8ef0ee216e81808f3c 100644 (file)
@@ -130,5 +130,12 @@ public:
         Notice that GetModifiers() should usually be used instead of this one.
      */
     bool CmdDown() const;
+
+    
+    void SetControlDown(bool down);
+    void SetShiftDown(bool down);
+    void SetAltDown(bool down);
+    void SetMetaDown(bool down);
+
 };