Scale.this

Creates a new gtk.scale.Scale.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.types.Orientation orientation, gtk.adjustment.Adjustment adjustment)

Parameters

orientation gtk.types.Orientation

the scale’s orientation.

adjustment gtk.adjustment.Adjustment

the gtk.adjustment.Adjustment which sets the range of the scale, or null to create a new adjustment.

Return Value