Method

GtkAdjustmentset_step_increment

since: 2.14

Declaration [src]

void
gtk_adjustment_set_step_increment (
  GtkAdjustment* adjustment,
  gdouble step_increment
)

Description [src]

Sets the step increment of the adjustment.

See gtk_adjustment_set_lower() about how to compress multiple emissions of the GtkAdjustment::changed signal when setting multiple adjustment properties.

Available since: 2.14

Parameters

step_increment

Type: gdouble

The new step increment.