gtkAdjustmentSetStepIncrement {RGtk2}R Documentation

gtkAdjustmentSetStepIncrement

Description

Sets the step increment of the adjustment.

Usage

gtkAdjustmentSetStepIncrement(object, step.increment)

Arguments

object

a GtkAdjustment

step.increment

the new step increment

Details

See gtkAdjustmentSetLower about how to compress multiple emissions of the "changed" signal when setting multiple adjustment properties. Since 2.14

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]