summaryrefslogtreecommitdiff
path: root/src/Fl_Scrollbar.cxx
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-03-14 11:46:43 +0000
committerengelsman <engelsman>2009-03-14 11:46:43 +0000
commit26c355b6a083e8fe1599705c69130db49b2a565d (patch)
treefd0df2354ce3f27c2636bc8866eb9e519a4b1693 /src/Fl_Scrollbar.cxx
parent039a9be3f5f05677ff850f8b73466abaab664d8b (diff)
updated Fl_Slider and Fl_Scrollbar documentation (STR #2156 - part 2)
converted html tags to doxygen rationalised doxygen comments renamed Fl_Slider::scrollvalue() and Fl_Scrollbar::value() parameters git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6683 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Scrollbar.cxx')
-rw-r--r--src/Fl_Scrollbar.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl_Scrollbar.cxx b/src/Fl_Scrollbar.cxx
index 19f99f326..d01472268 100644
--- a/src/Fl_Scrollbar.cxx
+++ b/src/Fl_Scrollbar.cxx
@@ -256,9 +256,8 @@ void Fl_Scrollbar::draw() {
}
/**
- Creates a new Fl_Scrollbar widget using the given position,
- size, and label string. You need to do type(FL_HORIZONTAL) if
- you want a horizontal scrollbar.
+ Creates a new Fl_Scrollbar widget with given position, size, and label.
+ You need to do type(FL_HORIZONTAL) if you want a horizontal scrollbar.
*/
Fl_Scrollbar::Fl_Scrollbar(int X, int Y, int W, int H, const char* L)
: Fl_Slider(X, Y, W, H, L) {