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 fromGObject
.
Instance methods
atspi_value_get_minimum_increment
Gets the minimum increment by which an AtspiValue
can be adjusted.
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.
since: 2.46