gtkScaleButtonNew {RGtk2} | R Documentation |
Creates a GtkScaleButton
, with a range between min
and max
, with
a stepping of step
.
gtkScaleButtonNew(size, min, max, step, icons, show = TRUE)
|
[GtkIconSize ] a stock icon size |
|
[numeric] the minimum value of the scale (usually 0) |
|
[numeric] the maximum value of the scale (usually 100) |
|
[numeric] the stepping of value when a scroll-wheel event, or up/down arrow event occurs (usually 2) |
|
[character] a list of icon names, or NULL if
you want to set the list later with gtkScaleButtonSetIcons |
Since 2.12
[GtkWidget
] a new GtkScaleButton
Derived by RGtkGen from GTK+ documentation