From 3b9d3c3efef91b32e5ffc81044cb8940713b21f9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 16 Mar 2008 11:22:29 +0000 Subject: STR 1900: fixed wrong documentation for Fl_Scroll git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6068 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Scroll.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') 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

    -- cgit v1.2.3