gtkSpinButtonGetRange {RGtk2}R Documentation

gtkSpinButtonGetRange

Description

Gets the range allowed for spin.button. See gtkSpinButtonSetRange.

Usage

gtkSpinButtonGetRange(object)

Arguments

object [GtkSpinButton] a GtkSpinButton

Value

A list containing the following elements:

min [numeric] location to store minimum allowed value, or NULL
max [numeric] location to store maximum allowed value, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]