gtkScaleButtonNew {RGtk2}R Documentation

gtkScaleButtonNew

Description

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

Usage

gtkScaleButtonNew(size, min, max, step, icons, show = TRUE)

Arguments

size [GtkIconSize] a stock icon size
min [numeric] the minimum value of the scale (usually 0)
max [numeric] the maximum value of the scale (usually 100)
step [numeric] the stepping of value when a scroll-wheel event, or up/down arrow event occurs (usually 2)
icons [character] a list of icon names, or NULL if you want to set the list later with gtkScaleButtonSetIcons

Details

Since 2.12

Value

[GtkWidget] a new GtkScaleButton

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]