gtkScaleButtonNew
Creates a GtkScaleButton
, with a range between min
and max
, with
a stepping of step
.
gtkScaleButtonNew(size, min, max, step, icons, show = TRUE)
|
a stock icon size. [ in ] |
|
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 list of icon names, or |
Since 2.12
[GtkWidget
] a new GtkScaleButton
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.