Range
Object Hierarchy:
Atk.Range
Atk.Range
Atk.Range
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "atk_range_get_type ()" ) ] [ Compact ]public class Range
Range are used on Value , in order to represent the full range
of a given component (for example an slider or a range control), or to define each individual subrange this full range is splitted if
available.
See Value documentation for further details.
Content:
Creation methods:
public Range (double lower_limit, double upper_limit, string description)
Creates a new Range .
Methods:
public Range copy ()
Returns a new Range that is a exact copy of
this
public void free ()
Free this
public unowned string get_description ()
Returns the human readable description of
this
public double get_lower_limit ()
Returns the lower limit of this
public double get_upper_limit ()
Returns the upper limit of this