Package: gtk

Callback gtk:scale-format-value-func

Syntax

lambda (scale value) => result

Arguments

scale -- a gtk:scale widget
value -- a double float for the numeric value to format
result -- a string describing a textual representation of the given numerical value

Details

The callback function that formats the value of a scale. It is set with the gtk:scale-set-format-value-func function.
 

See also

2026-07-12