ScaleButton.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gtk.types.IconSize size, double min, double max, double step, string[] icons = null)

Creates a #GtkScaleButton, with a range between min and max, with a stepping of step.

Parameters

sizea stock icon size (#GtkIconSize)
minthe minimum value of the scale (usually 0)
maxthe maximum value of the scale (usually 100)
stepthe stepping of value when a scroll-wheel event, or up/down arrow event occurs (usually 2)
iconsa null-terminated array of icon names, or null if you want to set the list later with [gtk.scale_button.ScaleButton.setIcons]

Returns

a new #GtkScaleButton