From 70e8fd34557e63d66a7b1ae0f4d1c84720359e76 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 10 Apr 2013 00:01:52 +0000 Subject: [PATCH] Add missing doc for Cut() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/textentry.h | 5 +++++ 1 file changed, 5 insertions(+) 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.