gtkSpinButtonGetRange {RGtk2.10}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.10 version 2.10.6 Index]