From 4c53a5d8f4f23358a101ef6bda4b6b8ea4b95274 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Sun, 31 Jan 1999 07:43:16 +0000 Subject: 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 --- documentation/Fl_Slider.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Fl_Slider.html') 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() to reverse the slider direction.

Fl_Slider::Fl_Slider(int x, int y, int w, int h, const char *label = 0)

Creates a new Fl_Slider widget using the given position, -size, and label string. The default boxtype is FL_NO_BOX. +size, and label string. The default boxtype is FL_DOWN_BOX.

virtual Fl_Slider::~Fl_Slider()

Destroys the valuator.

int Fl_Slider::scrollvalue(int -- cgit v1.2.3