From 26c355b6a083e8fe1599705c69130db49b2a565d Mon Sep 17 00:00:00 2001 From: engelsman Date: Sat, 14 Mar 2009 11:46:43 +0000 Subject: 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 --- src/Fl_Scrollbar.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Fl_Scrollbar.cxx') 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) { -- cgit v1.2.3