summaryrefslogtreecommitdiff
path: root/documentation/Fl_Scrollbar.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-09-30 20:25:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-09-30 20:25:36 +0000
commit2c61d60470b0583614437950066b2f63c4ac2782 (patch)
treef32ab07a4acdbfca9f3389ec851dc5c4b9e09653 /documentation/Fl_Scrollbar.html
parenteb9a83b3483608286be0a9ead6b98938d21370f3 (diff)
Documentation updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Scrollbar.html')
-rw-r--r--documentation/Fl_Scrollbar.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Fl_Scrollbar.html b/documentation/Fl_Scrollbar.html
index 01e59a38e..475ae6921 100644
--- a/documentation/Fl_Scrollbar.html
+++ b/documentation/Fl_Scrollbar.html
@@ -27,6 +27,7 @@ linesize()</TT>) and Home/End (they jump to the top or bottom).
integers). If desired you can set the <TT>step()</TT> to non-integer
values. You will then have to use casts to get at the floating-point
versions of <TT>value()</TT> from <TT>Fl_Slider</TT>. </P>
+<P ALIGN=CENTER><IMG src="scrollbar.gif" ALT="Fl_Scrollbar widget."></P>
<H3>Methods</H3>
<UL>
<LI><A href=#Fl_Scrollbar.Fl_Scrollbar>Fl_Scrollbar</A></LI>
@@ -56,4 +57,4 @@ form sets <TT>value()</TT>, <TT>range()</TT>, and <TT>slider_size()</TT>
to make a variable-sized scrollbar. You should call this every time
your window changes size, your data changes size, or your scroll
position changes (even if in response to a callback from this
-scrollbar). All necessary calls to <TT>redraw()</TT> are done. </BODY></HTML> \ No newline at end of file
+scrollbar). All necessary calls to <TT>redraw()</TT> are done. </BODY></HTML>