diff --git a/documentation/Fl_Scroll.html b/documentation/Fl_Scroll.html index f7acf442a..2a332e762 100644 --- a/documentation/Fl_Scroll.html +++ b/documentation/Fl_Scroll.html @@ -90,12 +90,12 @@ disappear if the data will fit in the area of the scroll. type() horizontal always off.
  • Fl_Scroll::BOTH_ALWAYS - Both always on.
  • -

    void Fl_Scroll::scrollbar.align(int) -
    void Fl_Scroll::hscrollbar.align(int)

    +

    void Fl_Scroll::scrollbar.align(int)

    This is used to change what side the scrollbars are drawn on. If the FL_ALIGN_LEFT bit is on, the vertical scrollbar is on the left. If the FL_ALIGN_TOP bit is on, the horizontal scrollbar is on -the top. +the top. Note that only the alignment flags in scrollbar are +considered. The flags in hscrollbar however are ignored.

    int Fl_Scroll::xposition() const

    Gets the current horizontal scrolling position.

    int Fl_Scroll::yposition() const