gtkSpinButtonGetIncrements {RGtk2} | R Documentation |
Gets the current step and page the increments used by spin.button
. See
gtkSpinButtonSetIncrements
.
gtkSpinButtonGetIncrements(object)
|
[GtkSpinButton ] a GtkSpinButton |
A list containing the following elements:
|
[numeric] location to store step increment, or NULL |
|
[numeric] location to store page increment, or NULL |
Derived by RGtkGen from GTK+ documentation