Interface

AtspiValue

Description

interface Atspi.Value : GObject.Object

No description available.

Prerequisite

In order to implement Value, your type must inherit fromGObject.

Implementations

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_set_current_value

Sets the current value of an AtspiValue.