summaryrefslogtreecommitdiff
path: root/documentation/Fl_Scroll.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Scroll.html')
-rw-r--r--documentation/Fl_Scroll.html6
1 files changed, 3 insertions, 3 deletions
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. <TT>type()</TT>
horizontal always off. </LI>
<LI><TT>Fl_Scroll::BOTH_ALWAYS</TT> - Both always on. </LI>
</UL>
-<H4><A name=Fl_Scroll.align>void Fl_Scroll::scrollbar.align(int)
-<BR> void Fl_Scroll::hscrollbar.align(int)</A></H4>
+<H4><A name=Fl_Scroll.align>void Fl_Scroll::scrollbar.align(int)</A></H4>
This is used to change what side the scrollbars are drawn on. If the <TT>
FL_ALIGN_LEFT</TT> bit is on, the vertical scrollbar is on the left.
If the <TT>FL_ALIGN_TOP</TT> bit is on, the horizontal scrollbar is on
-the top.
+the top. Note that only the alignment flags in <TT>scrollbar</TT> are
+considered. The flags in <TT>hscrollbar</TT> however are ignored.
<H4><A name=Fl_Scroll.xposition>int Fl_Scroll::xposition() const</A></H4>
Gets the current horizontal scrolling position.
<H4><A name=Fl_Scroll.yposition>int Fl_Scroll::yposition() const</A></H4>