SpinButton.this

Creates a new GtkSpinButton.

  1. this(GtkSpinButton* gtkSpinButton)
  2. this(Adjustment adjustment, double climbRate, uint digits)
    class SpinButton
  3. this(double min, double max, double step)

Parameters

adjustment Adjustment

the GtkAdjustment object that this spin button should use, or NULL. [allow-none]

climbRate double

specifies how much the spin button changes when an arrow is clicked on

digits uint

the number of decimal places to display

Throws

ConstructionException GTK+ fails to create the object.

Meta