gtkSpinButtonSetIncrements {RGtk2} | R Documentation |
Sets the step and page increments for spin_button. This affects how quickly the value changes when the spin button's arrows are activated.
gtkSpinButtonSetIncrements(object, step, page)
|
[GtkSpinButton ] a GtkSpinButton |
|
[numeric] increment applied for a button 1 press. |
|
[numeric] increment applied for a button 2 press. |
Derived by RGtkGen from GTK+ documentation