diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-11-01 17:48:13 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-11-01 18:24:06 +0100 |
| commit | abf28f0b70f10cb9a37ff64478e33b4fcc11fef7 (patch) | |
| tree | ebdd444d83aeecd11440c1e2cd4bc64964ad89fb /FL/Fl_Text_Buffer.H | |
| parent | 9bcef81cae01517f6298827630e7d53b4065fcf5 (diff) | |
Improve and clarify documentation
Diffstat (limited to 'FL/Fl_Text_Buffer.H')
| -rw-r--r-- | FL/Fl_Text_Buffer.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index 6d59e9adf..f548f1e4e 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -167,7 +167,7 @@ public: // Returns true if selected() and the positions of this selection. int selected(int *startpos, int *endpos) const; - FL_DEPRECATED("in 1.4.0 - use selected(startpos, endpos) instead", + FL_DEPRECATED("since 1.4.0 - use selected(startpos, endpos) instead", int position(int *startpos, int *endpos) const) { return selected(startpos, endpos); } protected: |
