diff --git a/documentation/Fl_Valuator.html b/documentation/Fl_Valuator.html index 4903c144c..b2dc188b0 100644 --- a/documentation/Fl_Valuator.html +++ b/documentation/Fl_Valuator.html @@ -95,12 +95,15 @@ turned off by value(x) and just before doing a callback

Clears the changed() flag. -

int Fl_Valuator::format(char *)

+

int Fl_Valuator::format(char *buffer)

-

Format the passed value to show enough digits so that for the -current step value. If the step has been set to zero then it -does a %g format. The characters are written into the -passed buffer. +

This method is used by the Fl_Value_... group of widgets to +format the current value into a text string. +The return value is the length of the formatted text. +The text itself is returned in buffer. +buffer should have space for up to 128 bytes.

+ +

You may override this function to create your own text formatting.

double Fl_Valuator::increment(double,int n)