Adjustment

constructor(value: Double, lower: Double, upper: Double, stepIncrement: Double, pageIncrement: Double, pageSize: Double)

Creates a new GtkAdjustment.

Return

a new GtkAdjustment

Parameters

value

the initial value

lower

the minimum value

upper

the maximum value

stepIncrement

the step increment

pageIncrement

the page increment

pageSize

the page size


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)