Package: gtk

Callback gtk:scale-format-value-func

Syntax

lambda (scale value) => result

Arguments

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

Details

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

See also

2024-12-5