diff options
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 99a396506..c56b802b6 100644 --- a/FL/Fl_Input_.H +++ b/FL/Fl_Input_.H @@ -359,6 +359,9 @@ public: */ int insert(const char* t, int l=0){return replace(position_, mark_, t, l);} + /* Append text at the end. */ + int append(const char* t, int l=0, char keep_selection=0); + /* Put the current selection into the clipboard. */ int copy(int clipboard); |
