Enumeration (GI Enum)

Gtk-4.0GtkAccessibleRelation

The possible accessible relations of a Accessible.

Accessible relations can be references to other widgets, integers or strings.

Index

Enumeration Members

ACTIVE_DESCENDANT: number

Identifies the currently active element when focus is on a composite widget, combobox, textbox, group, or application. Value type: reference

COL_COUNT: number

Defines the total number of columns in a table, grid, or treegrid. Value type: integer

COL_INDEX: number

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. Value type: integer

COL_INDEX_TEXT: number

Defines a human readable text alternative of Gtk.AccessibleRelation.COL_INDEX. Value type: string

COL_SPAN: number

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. Value type: integer

CONTROLLED_BY: number

Identifies the element (or elements) that the current element is controlled by. Value type: reference

This relation is managed by GTK and should not be set from application code.

CONTROLS: number

Identifies the element (or elements) whose contents or presence are controlled by the current element. Value type: reference

DESCRIBED_BY: number

Identifies the element (or elements) that describes the object. Value type: reference

DESCRIPTION_FOR: number

Identifies the element (or elements) that are described by the current element. Value type: reference

This relation is managed by GTK and should not be set from application code.

DETAILS: number

Identifies the element (or elements) that provide additional information related to the object. Value type: reference

DETAILS_FOR: number

Identifies the element (or elements) for which the current element provides additional information. Value type: reference

This relation is managed by GTK and should not be set from application code.

ERROR_MESSAGE: number

Identifies the element (or elements) that provide an error message for an object. Value type: reference

ERROR_MESSAGE_FOR: number

Identifies the element (or elements) for which the current element provides an error message. Value type: reference

This relation is managed by GTK and should not be set from application code.

FLOW_FROM: number

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. Value type: reference

This relation is managed by GTK and should not be set from application code.

FLOW_TO: number

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. Value type: reference

LABEL_FOR: number

Identifies the element (or elements) that are labeled by the current element. Value type: reference

This relation is managed by GTK and should not be set from application code.

LABELLED_BY: number

Identifies the element (or elements) that labels the current element. Value type: reference

OWNS: number

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. Value type: reference

POS_IN_SET: number

Defines an element's number or position in the current set of listitems or treeitems. Value type: integer

ROW_COUNT: number

Defines the total number of rows in a table, grid, or treegrid. Value type: integer

ROW_INDEX: number

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. Value type: integer

ROW_INDEX_TEXT: number

Defines a human readable text alternative of Gtk.AccessibleRelation.ROW_INDEX. Value type: string

ROW_SPAN: number

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. Value type: integer

SET_SIZE: number

Defines the number of items in the current set of listitems or treeitems. Value type: integer