Atk.Range¶
Fields¶
None
Methods¶
| class | new(lower_limit, upper_limit, description) | 
| copy() | |
| free() | |
| get_description() | |
| get_lower_limit() | |
| get_upper_limit() | 
Details¶
- 
class Atk.Range¶
- Atk.Rangeare used on- Atk.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- Atk.Valuedocumentation 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. 
 - 
copy()[source]¶
- Returns: - a new - Atk.Rangecopy of self- Return type: - Atk.Range- Returns a new - Atk.Rangethat is a exact copy of self- New in version 2.12. 
 - 
get_description()[source]¶
- Returns: - the human-readable description of self - Return type: - str- Returns the human readable description of self - New in version 2.12. 
 
- 
classmethod