Adjustment.this

Creates a new GtkAdjustment.

  1. this(GtkAdjustment* gtkAdjustment)
  2. this(double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize)
    class Adjustment
    this
    (
    double value
    ,
    double lower
    ,
    double upper
    ,,,
    double pageSize
    )

Parameters

value double

the initial value.

lower double

the minimum value.

upper double

the maximum value.

stepIncrement double

the step increment.

pageIncrement double

the page increment.

pageSize double

the page size.

Throws

ConstructionException GTK+ fails to create the object.

Meta