Atk.Range¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
Details¶
- class Atk.Range¶
A given range or subrange, to be used with
Atk.Value
Atk.Range
are used onAtk.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. SeeAtk.Value
documentation for further details.- classmethod new(lower_limit, upper_limit, description)[source]¶
- Parameters:
- Returns:
a new
Atk.Range
- Return type:
Creates a new
Atk.Range
.New in version 2.12.
- get_description()[source]¶
- Returns:
the human-readable description of self
- Return type:
Returns the human readable description of self
New in version 2.12.