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/Fl_Valuator.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/Fl_Valuator.html') diff --git a/documentation/Fl_Valuator.html b/documentation/Fl_Valuator.html index b192d8f62..ccc6a2867 100644 --- a/documentation/Fl_Valuator.html +++ b/documentation/Fl_Valuator.html @@ -24,9 +24,9 @@ and provides a consistent interface to set the value, range, and step, and insures that callbacks are done the same for every object.

There are probably more of these classes in fltk than any others:

-

+

In the above diagram each box surrounds an actual subclass. These -are further differentiated by setting the +are further differentiated by setting the type() of the widget to the symbolic value labeling the widget. The ones labelled "0" are the default versions with a type(0). For consistency the symbol FL_VERTICAL is @@ -130,7 +130,7 @@ set to zero it uses fabs(maximum() - minimum()) / 100. by value(x) and just before doing a callback (the callback can turn it back on if desired).

void Fl_Widget::set_changed()

-

Sets the changed() flag.

+Sets the changed() flag.

void Fl_Widget::clear_changed()

Clears the changed() flag. -- cgit v1.2.3