Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkScaleButtonNew

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

a stock icon size. [ in ]

min

the minimum value of the scale (usually 0)

max

the maximum value of the scale (usually 100)

step

the stepping of value when a scroll-wheel event, or up/down arrow event occurs (usually 2)

icons

a list of icon names, or NULL if you want to set the list later with gtkScaleButtonSetIcons. [ allow-none ]

Details

Since 2.12

Value

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.