Adjustment
constructor( value: <Error class: unknown class>, lower: <Error class: unknown class>, upper: <Error class: unknown class>, stepIncrement: <Error class: unknown class>, pageIncrement: <Error class: unknown class>, pageSize: <Error class: unknown class>)(source)
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(gtkAdjustmentPointer: <Error class: unknown class><<Error class: unknown class>>)(source)