Description Usage Arguments Details Value Author(s)
This is a convenience constructor that allows creation of a numeric
GtkSpinButton
without manually creating an adjustment. The value is
initially set to the minimum value and a page increment of 10 * step
is the default. The precision of the spin button is equivalent to the
precision of step
.
1 |
|
Minimum allowable value |
|
Maximum allowable value |
|
Increment added or subtracted by spinning the widget |
Note that the way in which the precision is derived works best if step
is a power of ten. If the resulting precision is not suitable for your
needs, use gtkSpinButtonSetDigits
to correct it.
[GtkWidget
] The new spin button as a GtkWidget
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.