gtkSpinButtonConfigure {RGtk2} | R Documentation |
Changes the properties of an existing spin button. The adjustment, climb rate, and number of decimal places are all changed accordingly, after this function call.
gtkSpinButtonConfigure(object, adjustment = NULL, climb.rate, digits)
|
[GtkSpinButton ] a GtkSpinButton . |
|
[GtkAdjustment ] a GtkAdjustment . |
|
[numeric] the new climb rate. |
|
[numeric] the number of decimal places to display in the spin button. |
Derived by RGtkGen from GTK+ documentation