SpinButton.this

Creates a new #GtkSpinButton.

  1. this(GtkSpinButton* gtkSpinButton, bool ownedRef)
  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

climbRate double

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

digits uint

the number of decimal places to display

Return Value

The new spin button as a #GtkWidget

Throws

ConstructionException GTK+ fails to create the object.

Meta