]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textentry.h
Add missing doc for Cut()
[wxWidgets.git] / interface / wx / textentry.h
index 89fdaf5541cc4406cf9afca61c8c49a0734a4909..a1dccfe8630a594c1dced597c4f537490f0c39b9 100644 (file)
@@ -206,6 +206,11 @@ public:
     */
     virtual void Copy();
 
+    /**
+        Copies the selected text to the clipboard and removes it from the control.
+    */
+    virtual void Cut();
+
     /**
         Returns the insertion point, or cursor, position.