AccessibleState#
- class AccessibleState#
The possible accessible states of a Accessible
.
Methods#
- class AccessibleState
- init_value(state: AccessibleState, value: Any) None #
Initializes
value
with the appropriate type for thestate
.This function is mostly meant for language bindings, in conjunction with gtk_accessible_update_relation_state().
- Parameters:
state – a
GtkAccessibleState
value – an uninitialized
GValue
Fields#
- class AccessibleState
- BUSY#
The type of the None singleton.
- CHECKED#
The type of the None singleton.
- DISABLED#
The type of the None singleton.
- EXPANDED#
The type of the None singleton.
- HIDDEN#
The type of the None singleton.
- INVALID#
The type of the None singleton.
- PRESSED#
The type of the None singleton.
- SELECTED#
The type of the None singleton.
- VISITED#
The type of the None singleton.
Added in version 4.12.