SpinButton


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public SpinButton (Adjustment? adjustment, double climb_rate, uint digits)

Creates a new `GtkSpinButton`.

Parameters:

adjustment

the `GtkAdjustment` that this spin button should use

climb_rate

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

the number of decimal places to display

Returns:

The new `GtkSpinButton`