summaryrefslogtreecommitdiff
path: root/FL/Fl_Browser_.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-26 13:57:41 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-26 13:57:41 +0100
commite3e195a09cdf86c5cb7a395a9740de1b0109fbfd (patch)
tree759021bc56af6bc37e87e47c0906b7cb0c20d6bd /FL/Fl_Browser_.H
parenta67a9b0f589d41e281a5c6e5a860d761bf365217 (diff)
Use \deprecated Doxygen command where necessary
Diffstat (limited to 'FL/Fl_Browser_.H')
-rw-r--r--FL/Fl_Browser_.H12
1 files changed, 4 insertions, 8 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H
index 3d4f4a03f..308f47ce6 100644
--- a/FL/Fl_Browser_.H
+++ b/FL/Fl_Browser_.H
@@ -349,20 +349,16 @@ public:
scrollbar_size_ = newSize;
}
/**
- This method has been deprecated, existing for backwards compatibility only.
- Use scrollbar_size() instead.
- This method always returns the global value Fl::scrollbar_size().
- \returns Always returns the global value Fl::scrollbar_size().
+ Returns the global value Fl::scrollbar_size().
+ \deprecated Use scrollbar_size() instead.
\todo This method should eventually be removed in 1.4+
*/
int scrollbar_width() const {
return(Fl::scrollbar_size());
}
/**
- 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 in 1.4+
*/
void scrollbar_width(int width) {