summaryrefslogtreecommitdiff
path: root/FL/Fl_Input.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-25 21:42:19 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-25 21:42:27 +0100
commit7bef4ebf78061035540071ad1659d94e00ebfca9 (patch)
treef916222c12012bfef29e20503772a8174f7cdbe7 /FL/Fl_Input.H
parent09242ee16d4b1d2573027829644e6add9e4c25f0 (diff)
STR 749: Adds cut/copy/paste popup menu to Fl_Input
Diffstat (limited to 'FL/Fl_Input.H')
-rw-r--r--FL/Fl_Input.H3
1 files changed, 3 insertions, 0 deletions
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