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_Browser_.H | |
| parent | 9bcef81cae01517f6298827630e7d53b4065fcf5 (diff) | |
Improve and clarify documentation
Diffstat (limited to 'FL/Fl_Browser_.H')
| -rw-r--r-- | FL/Fl_Browser_.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index 37ae59c5e..5db510ffd 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -246,11 +246,11 @@ public: \see position(), hposition() */ int vposition() const { return position_; } - FL_DEPRECATED("in 1.4.0 - use vposition() instead", + FL_DEPRECATED("since 1.4.0 - use vposition() instead", int position() const) { return vposition(); } void vposition(int pos); // scroll to here - FL_DEPRECATED("in 1.4.0 - use vposition(pos) instead", + FL_DEPRECATED("since 1.4.0 - use vposition(pos) instead", void position(int pos)) { return vposition(pos); } void position(int x, int y) { Fl_Group::position(x, y); } |
