]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing doc for Cut()
authorRobin Dunn <robin@alldunn.com>
Wed, 10 Apr 2013 00:01:52 +0000 (00:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 10 Apr 2013 00:01:52 +0000 (00:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/textentry.h

index 89fdaf5541cc4406cf9afca61c8c49a0734a4909..a1dccfe8630a594c1dced597c4f537490f0c39b9 100644 (file)
@@ -206,6 +206,11 @@ public:
     */
     virtual void Copy();
 
     */
     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.
 
     /**
         Returns the insertion point, or cursor, position.