diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-01-31 07:43:16 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-01-31 07:43:16 +0000 |
| commit | 4c53a5d8f4f23358a101ef6bda4b6b8ea4b95274 (patch) | |
| tree | 322cf457283a64e3dc124846abba2331c4be3726 /documentation/Fl_Slider.html | |
| parent | 4b8754ace4ce4974e7ef8a83f3c830d56aa7f1d0 (diff) | |
Added optimization for SGI builds (mike: please run autoconf before making
a distribution).
Documentation fixes.
git-svn-id: file:///fltk/svn/fltk/trunk@259 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Slider.html')
| -rw-r--r-- | documentation/Fl_Slider.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl_Slider.html b/documentation/Fl_Slider.html index 469a4f808..c36bf30da 100644 --- a/documentation/Fl_Slider.html +++ b/documentation/Fl_Slider.html @@ -36,7 +36,7 @@ maximum()</TT> to reverse the slider direction. <H4><A name=Fl_Slider.Fl_Slider>Fl_Slider::Fl_Slider(int x, int y, int w, int h, const char *label = 0)</A></H4> Creates a new <TT>Fl_Slider</TT> widget using the given position, -size, and label string. The default boxtype is <TT>FL_NO_BOX</TT>. +size, and label string. The default boxtype is <TT>FL_DOWN_BOX</TT>. <H4><A name=Fl_Slider.~Fl_Slider>virtual Fl_Slider::~Fl_Slider()</A></H4> Destroys the valuator. <H4><A name=Fl_Slider.scrollvalue>int Fl_Slider::scrollvalue(int |
