diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-25 21:42:19 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-25 21:42:27 +0100 |
| commit | 7bef4ebf78061035540071ad1659d94e00ebfca9 (patch) | |
| tree | f916222c12012bfef29e20503772a8174f7cdbe7 /FL | |
| parent | 09242ee16d4b1d2573027829644e6add9e4c25f0 (diff) | |
STR 749: Adds cut/copy/paste popup menu to Fl_Input
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Input.H | 3 |
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 |
