gtkSpinButtonNew {RGtk2} | R Documentation |
Creates a new GtkSpinButton
.
gtkSpinButtonNew(adjustment = NULL, climb.rate = NULL, digits = NULL, show = TRUE)
|
[GtkAdjustment ] the GtkAdjustment object that this spin button should use. |
|
[numeric] specifies how much the spin button changes when an arrow is clicked on. |
|
[numeric] the number of decimal places to display. |
[GtkWidget
] The new spin button as a GtkWidget
.
Derived by RGtkGen from GTK+ documentation