Interface
AtspiValue
Description [src]
interface Atspi.Value : GObject.Object
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”.
Prerequisite
In order to implement Value, your type must inherit from
GObject
.
Instance methods
atspi_value_get_current_value
Gets the current value for an AtspiValue
.
atspi_value_get_maximum_value
Gets the maximum allowed value for an AtspiValue
.
atspi_value_get_minimum_increment
Gets the minimum increment by which an AtspiValue
can be adjusted.
atspi_value_get_minimum_value
Gets the minimum allowed value for an AtspiValue
.
atspi_value_get_text
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 NULL if no descriptor is available.
Available since: 2.46
atspi_value_set_current_value
Sets the current value of an AtspiValue
.