LevelBar.this

Utility constructor that creates a new gtk.LevelBar for the specified interval.

  1. this(GtkLevelBar* gtkLevelBar, bool ownedRef)
  2. this()
  3. this(double minValue, double maxValue)
    class LevelBar
    this
    (
    double minValue
    ,
    double maxValue
    )

Parameters

minValue double

a positive value

maxValue double

a positive value

Return Value

Throws

ConstructionException GTK+ fails to create the object.

Meta