a stock icon size (#GtkIconSize)
the minimum value of the scale (usually 0)
the maximum value of the scale (usually 100)
the stepping of value when a scroll-wheel event, or up/down arrow event occurs (usually 2)
a null-terminated array of icon names, or null if you want to set the list later with gtk.scale_button.ScaleButton.setIcons
a new #GtkScaleButton
Creates a #GtkScaleButton, with a range between min and max, with a stepping of step.