Constructor
GtkSpinButtonnew
Declaration [src]
GtkWidget*
gtk_spin_button_new (
GtkAdjustment* adjustment,
double climb_rate,
guint digits
)
Parameters
adjustment |
GtkAdjustment |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
climb_rate |
double |
Specifies by how much the rate of change in the value will accelerate if you continue to hold down an up/down button or arrow key. |
|
digits |
guint |
The number of decimal places to display. |
Return value
Returns: | GtkWidget |
The new |
|
The data is owned by the called function. |