AccessibleState
Description:
[ CCode ( cprefix = "GTK_ACCESSIBLE_STATE_" , type_id = "gtk_accessible_state_get_type ()" ) ]
public enum AccessibleState
The possible accessible states of a [iface@Accessible].
Content:
Enum values:
- BUSY - A “busy” state.
- CHECKED - A “checked” state;
indicates the current state of a [class@CheckButton].
- DISABLED - A “disabled” state;
corresponds to the [property@Widget:sensitive] property.
- EXPANDED - An “expanded” state;
corresponds to the [property@Expander:expanded] property.
- HIDDEN - A “hidden” state;
corresponds to the [property@Widget:visible] property.
- INVALID - An “invalid” state; set
when a widget is showing an error.
- PRESSED - A “pressed” state;
indicates the current state of a [class@ToggleButton].
- SELECTED - A “selected” state; set
when a widget is selected.
- VISITED - Indicates that a widget with
the GTK_ACCESSIBLE_ROLE_LINK has been visited.
Methods: