From 59c96f54635aed579fcb40a1980ff3694af46bd8 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 27 Jan 1999 08:45:11 +0000 Subject: Fixes to documentation. Restored the lines drawn around symbols, it uses fl_color_average to pick a dark line color that is still deactivatable. Requested by CE. git-svn-id: file:///fltk/svn/fltk/trunk@249 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/common.html') diff --git a/documentation/common.html b/documentation/common.html index ae42af388..b98ec9c75 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -62,7 +62,7 @@ input->value("Now is the time for all good men...");

The string is copied to the widget's own storage when you set the -value() of the widget. +value() of the widget.

Valuators

Unlike text widgets, valuators keep track of numbers instead of strings. FLTK provides the following valuators: -- cgit v1.2.3