ScaleFormatValueFunc

typealias ScaleFormatValueFunc = (scale: Scale, <Error class: unknown class>) -> String

Function that formats the value of a scale.

See method@Gtk.Scale.set_format_value_func.

  • param scale The GtkScale

  • param value The numeric value to format

  • return A newly allocated string describing a textual representation of the given numerical value.