Adjustment.this

Sets our main struct and passes it to the parent class.

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