From: Robin Dunn Date: Wed, 10 Apr 2013 00:01:52 +0000 (+0000) Subject: Add missing doc for Cut() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/70e8fd34557e63d66a7b1ae0f4d1c84720359e76 Add missing doc for Cut() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/textentry.h b/interface/wx/textentry.h index 89fdaf5541..a1dccfe863 100644 --- a/interface/wx/textentry.h +++ b/interface/wx/textentry.h @@ -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.