ScaleButton

constructor(min: Double, max: Double, step: Double, icons: List<String>? = null)

Creates a GtkScaleButton.

The new scale button has a range between @min and @max, with a stepping of @step.

Return

a new GtkScaleButton

Parameters

min

the minimum value of the scale (usually 0)

max

the maximum value of the scale (usually 100)

step

the stepping of value when a scroll-wheel event, or up/down arrow event occurs (usually 2)

icons

a null-terminated array of icon names, or null if you want to set the list later with gtk_scale_button_set_icons()


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)