From 2c61d60470b0583614437950066b2f63c4ac2782 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Sun, 30 Sep 2001 20:25:36 +0000
Subject: Documentation updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Scrollbar.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'documentation/Fl_Scrollbar.html')
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()) and Home/End (they jump to the top or bottom).
integers). If desired you can set the step() to non-integer
values. You will then have to use casts to get at the floating-point
versions of value() from Fl_Slider.
+
Methods
- Fl_Scrollbar
@@ -56,4 +57,4 @@ form sets value(), range(), and slider_size()
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 redraw() are done.