Atspi.Value¶
- Implementations:
Methods¶
|
|
|
Virtual Methods¶
None
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Atspi.Value¶
- Bases:
An interface supporting a one-dimensional scalar to be modified, or which reflects its value.
An interface supporting a one-dimensional scalar to be modified, or which reflects its value. If STATE_EDITABLE is not present, the value is treated as “read only”.
- get_current_value()¶
- Raises:
- Returns:
the current value for this object.
- Return type:
Gets the current value for an
Atspi.Value
.
- get_maximum_value()¶
- Raises:
- Returns:
the maximum allowed value for this object.
- Return type:
Gets the maximum allowed value for an
Atspi.Value
.
- get_minimum_increment()¶
- Raises:
- Returns:
the minimum increment by which the value may be changed, or zero if the minimum increment cannot be determined.
- Return type:
Gets the minimum increment by which an
Atspi.Value
can be adjusted.
- get_minimum_value()¶
- Raises:
- Returns:
the minimum allowed value for this object.
- Return type:
Gets the minimum allowed value for an
Atspi.Value
.
- get_text()¶
- Raises:
- Return type:
Gets the human readable text alternative associated with the value. text is a newly created string, that must be freed by the caller. Can be
None
if no descriptor is available.New in version 2.46.