AccessibleRange
This interface describes ranged controls, e.g. controls which have a single value within an allowed range and that can optionally be changed by the user.
This interface is expected to be implemented by controls using the following roles:
GTK_ACCESSIBLE_ROLE_METER
GTK_ACCESSIBLE_ROLE_PROGRESS_BAR
GTK_ACCESSIBLE_ROLE_SCROLLBAR
GTK_ACCESSIBLE_ROLE_SLIDER
GTK_ACCESSIBLE_ROLE_SPIN_BUTTON
If that is not the case, a warning will be issued at run time.
In addition to this interface, its implementers are expected to provide the correct values for the following properties:
GTK_ACCESSIBLE_PROPERTY_VALUE_MAX
GTK_ACCESSIBLE_PROPERTY_VALUE_MIN
GTK_ACCESSIBLE_PROPERTY_VALUE_NOW
GTK_ACCESSIBLE_PROPERTY_VALUE_TEXT
Since
4.10
Inheritors
Properties
Functions
Requests the user's screen reader to announce the given message.
Retrieves the accessible parent for an accessible object.
Retrieves the accessible role of an accessible object.
Retrieves the accessible implementation for the given GtkAccessible
.
Retrieves the first accessible child of an accessible object.
Retrieves the next accessible sibling of an accessible object
Query a platform state, such as focus.
Resets the accessible @property to its default value.
Resets the accessible @relation to its default value.
Resets the accessible @state to its default value.
Sets the parent and sibling of an accessible object.
Updates the next accessible sibling of @self.