ScaleFormatValueFunc

typealias ScaleFormatValueFunc = (scale: Scale, <Error class: unknown class>) -> String(source)
  • 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.