summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-03-16 11:22:29 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-03-16 11:22:29 +0000
commit3b9d3c3efef91b32e5ffc81044cb8940713b21f9 (patch)
tree5a3572c780a4b8d50ea7b3c4ea5c1834ab715c7d
parentc6ee3b19220a8be783497511e269069d063bd190 (diff)
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
-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>