From 7bef4ebf78061035540071ad1659d94e00ebfca9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 25 Nov 2023 21:42:19 +0100 Subject: STR 749: Adds cut/copy/paste popup menu to Fl_Input --- FL/Fl_Input.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index f53debd50..4ef6fcfbb 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -261,6 +261,9 @@ protected: public: int handle(int) FL_OVERRIDE; Fl_Input(int,int,int,int,const char * = 0); + static const char *cut_menu_text; + static const char *copy_menu_text; + static const char *paste_menu_text; }; #endif -- cgit v1.2.3