Range.this

Creates a new #AtkRange.

  1. this(AtkRange* atkRange, bool ownedRef)
  2. this(double lowerLimit, double upperLimit, string description)
    class Range
    this
    (
    double lowerLimit
    ,
    double upperLimit
    ,)

Parameters

lowerLimit double

inferior limit for this range

upperLimit double

superior limit for this range

description string

human readable description of this range.

Return Value

a new #AtkRange

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.12