SpinButton.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gtk.adjustment.Adjustment adjustment, double climbRate, uint digits)

Creates a new gtk.spin_button.SpinButton.

Parameters

adjustmentthe gtk.adjustment.Adjustment that this spin button should use
climbRatespecifies 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
digitsthe number of decimal places to display

Returns