AccessibleRelation
Description:
[ CCode ( cprefix = "GTK_ACCESSIBLE_RELATION_" , type_id = "gtk_accessible_relation_get_type ()" ) ]
public enum AccessibleRelation
public enum AccessibleRelation
The possible accessible relations of a [iface@Accessible].
Accessible relations can be references to other widgets, integers or strings.
Namespace: Gtk
Package: gtk4
Content:
Enum values:
- ACTIVE_DESCENDANT - Identifies the currently active element when focus is on a composite widget, combobox, textbox, group, or application.
- COL_COUNT - Defines the total number of columns in a table, grid, or treegrid.
- COL_INDEX - Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- COL_INDEX_TEXT - Defines a human readable text alternative of gtk_accessible_relation_col_index.
- COL_SPAN - Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- CONTROLLED_BY - Identifies the element (or elements) that the current element is controlled by.
- CONTROLS - Identifies the element ( or elements) whose contents or presence are controlled by the current element.
- DESCRIBED_BY - Identifies the element (or elements) that describes the object.
- DESCRIPTION_FOR - Identifies the element (or elements) that are described by the current element.
- DETAILS - Identifies the element (or elements) that provide additional information related to the object.
- DETAILS_FOR - Identifies the element (or elements) for which the current element provides additional information.
- ERROR_MESSAGE - Identifies the element (or elements) that provide an error message for an object.
- ERROR_MESSAGE_FOR - Identifies the element (or elements) for which the current element provides an error message.
- FLOW_FROM - Identifies the previous element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
- FLOW_TO - Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
- LABELLED_BY - Identifies the element (or elements) that labels the current element.
- LABEL_FOR - Identifies the element (or elements) that are labeled by the current element.
- OWNS - Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between elements where the widget hierarchy cannot be used to represent the relationship.
- POS_IN_SET - Defines an element's number or position in the current set of listitems or treeitems.
- ROW_COUNT - Defines the total number of rows in a table, grid, or treegrid.
- ROW_INDEX - Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- ROW_INDEX_TEXT - Defines a human readable text alternative of aria-rowindex.
- ROW_SPAN - Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- SET_SIZE - Defines the number of items in the current set of listitems or treeitems.
Methods:
- public void init_value (Value value)
Initializes
value
with the appropriate type for therelation
.