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_Value_Input.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Value_Input.html') diff --git a/documentation/Fl_Value_Input.html b/documentation/Fl_Value_Input.html index 00b24c7f6..a9739995a 100644 --- a/documentation/Fl_Value_Input.html +++ b/documentation/Fl_Value_Input.html @@ -42,7 +42,7 @@ cursor.

Fl_Value_Input::Fl_Value_Input(int x, int y, int w, int h, const char *label = 0) Creates a new Fl_Value_Input 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_Value_Input::~Fl_Value_Input()

Destroys the valuator. @@ -55,7 +55,7 @@ Fl_Value_Input::cursor_color() const If "soft" is turned on, the user is allowed to drag the value outside the range. If they drag the value to one of the ends, let go, then grab again and continue to drag, they can get to any value. Default is -one. +true.

Fl_Color Fl_Value_Input::textcolor() const
void Fl_Value_Input::textcolor(Fl_Color)

-- cgit v1.2.3