diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-26 13:57:41 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-26 13:57:41 +0100 |
| commit | e3e195a09cdf86c5cb7a395a9740de1b0109fbfd (patch) | |
| tree | 759021bc56af6bc37e87e47c0906b7cb0c20d6bd /FL/Fl_Text_Display.H | |
| parent | a67a9b0f589d41e281a5c6e5a860d761bf365217 (diff) | |
Use \deprecated Doxygen command where necessary
Diffstat (limited to 'FL/Fl_Text_Display.H')
| -rw-r--r-- | FL/Fl_Text_Display.H | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H index fe84076a6..62f8b8d68 100644 --- a/FL/Fl_Text_Display.H +++ b/FL/Fl_Text_Display.H @@ -224,10 +224,8 @@ public: void cursor_color(Fl_Color n) {mCursor_color = n;} /** - This method has been deprecated, existing for backwards compatibility only. - Use scrollbar_size() instead. - This method returns the global value Fl::scrollbar_size() unless - a specific scrollbar_width_ has been set. + Returns the global value Fl::scrollbar_size() unless a specific scrollbar_width_ has been set. + \deprecated Use scrollbar_size() instead. \todo This method should eventually be removed. */ int scrollbar_width() const { @@ -235,10 +233,8 @@ public: } /** - This method has been deprecated, existing for backwards compatibility only. - Use scrollbar_size(int) instead. - This method sets the global Fl::scrollbar_size(), and forces this - instance of the widget to use it. + Sets the global Fl::scrollbar_size(), and forces this instance of the widget to use it. + \deprecated Use scrollbar_size() instead. \todo This method should eventually be removed */ void scrollbar_width(int width) { |
