diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 20:25:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 20:25:36 +0000 |
| commit | 2c61d60470b0583614437950066b2f63c4ac2782 (patch) | |
| tree | f32ab07a4acdbfca9f3389ec851dc5c4b9e09653 /documentation/Fl_Slider.html | |
| parent | eb9a83b3483608286be0a9ead6b98938d21370f3 (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_Slider.html')
| -rw-r--r-- | documentation/Fl_Slider.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/Fl_Slider.html b/documentation/Fl_Slider.html index c36bf30da..11339d6b8 100644 --- a/documentation/Fl_Slider.html +++ b/documentation/Fl_Slider.html @@ -24,6 +24,7 @@ if often used as a scrollbar. Moving the box all the way to the top/left sets it to the <TT>minimum()</TT>, and to the bottom/right to the <TT>maximum()</TT>. The <TT>minimum()</TT> may be greater than the <TT> maximum()</TT> to reverse the slider direction. +<P ALIGN=CENTER><IMG src="slider.gif" ALT="Fl_Slider widget."></P> <H3>Methods</H3> <UL> <LI><A href=#Fl_Slider.Fl_Slider>Fl_Slider</A></LI> @@ -43,7 +44,7 @@ size, and label string. The default boxtype is <TT>FL_DOWN_BOX</TT>. windowtop, int windowsize, int first, int totalsize)</A></H4> Returns <A href=Fl_Scrollbar.html#Fl_Scrollbar.value><TT> Fl_Scrollbar::value()</TT></A>. -<H4><A name=Fl_Slider.>Fl_Boxtype Fl_Slider::slider() const +<H4><A name=Fl_Slider.slider>Fl_Boxtype Fl_Slider::slider() const <BR> void Fl_Slider::slider(Fl_Boxtype)</A></H4> Set the type of box to draw for the moving part of the slider. The color of the moving part (or of the notch in it for the nice sliders) @@ -74,4 +75,4 @@ looking control knob. </LI> <LI><TT>FL_HOR_NICE_SLIDER</TT> - Draws a horizontal slider with a nice looking control knob. </LI> </UL> -</BODY></HTML>
\ No newline at end of file +</BODY></HTML> |
