API Version: 1
Library Version: 1.4.3
GtkWidget* adw_spin_row_new ( GtkAdjustment* adjustment, double climb_rate, guint digits )
Creates a new AdwSpinRow.
AdwSpinRow
adjustment
GtkAdjustment*
The adjustment that this spin row should use.
NULL
climb_rate
double
The rate the value changes when holding a button or key.
digits
guint
The number of decimal places to display.
GtkWidget*
The newly created AdwSpinRow