gtkSpinButtonGetRange {RGtk2} | R Documentation |
Gets the range allowed for spin.button
. See
gtkSpinButtonSetRange
.
gtkSpinButtonGetRange(object)
|
[GtkSpinButton ] a GtkSpinButton |
A list containing the following elements:
|
[numeric] location to store minimum allowed value, or NULL |
|
[numeric] location to store maximum allowed value, or NULL |
Derived by RGtkGen from GTK+ documentation