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.