gtkSpinButtonGetRange {RGtk2}R Documentation

gtkSpinButtonGetRange

Description

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

Usage

gtkSpinButtonGetRange(object)

Arguments

object

a GtkSpinButton

Value

A list containing the following elements:

min

location to store minimum allowed value, or NULL. [ allow-none ]

max

location to store maximum allowed value, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]