gtkSpinButtonSetRange {RGtk2}R Documentation

gtkSpinButtonSetRange

Description

Sets the minimum and maximum allowable values for spin.button

Usage

gtkSpinButtonSetRange(object, min, max)

Arguments

object

a GtkSpinButton

min

minimum allowable value

max

maximum allowable value

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]