[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public SpinButton (Adjustment? adjustment, double climb_rate, uint digits)
Creates a new SpinButton.
adjustment |
the Adjustment object that this spin button should use, or null |
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 |
The new spin button as a Widget |