gtkSpinButtonSetRange {RGtk2}R Documentation

gtkSpinButtonSetRange

Description

Sets the minimum and maximum allowable values for spin.button

Usage

gtkSpinButtonSetRange(object, min, max)

Arguments

object [GtkSpinButton] a GtkSpinButton
min [numeric] minimum allowable value
max [numeric] maximum allowable value

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]