Constructor

GtkSpinButtonnew

Declaration [src]

GtkWidget*
gtk_spin_button_new (
  GtkAdjustment* adjustment,
  gdouble climb_rate,
  guint digits
)

Description [src]

Creates a new GtkSpinButton.

Parameters

adjustment

Type: GtkAdjustment

The GtkAdjustment object that this spin button should use, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.
climb_rate

Type: gdouble

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

Type: guint

The number of decimal places to display.

Return value

Type: GtkWidget

The new spin button as a GtkWidget.

The data is owned by the called function.