Adjustment.this

Creates a new gtk.Adjustment

  1. this(GtkAdjustment* gtkAdjustment, bool ownedRef)
  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

Return Value

Throws

ConstructionException GTK+ fails to create the object.