a stock icon size (gtk.IconSize)
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 Scale.buttonSetIcons
a new gtk.ScaleButton
ConstructionException GTK+ fails to create the object.
2.12
Creates a gtk.ScaleButton, with a range between min and max, with a stepping of step.