GtkAccessibleRelation

The possible accessible relations of a iface@Accessible.

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

Values

ValueMeaning
ActiveDescendant0

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

ColCount1

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

ColIndex2

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

ColIndexText3

Defines a human readable text alternative of gtk.types.AccessibleRelation.ColIndex. Value type: string

ColSpan4

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

Controls5

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

DescribedBy6

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

Details7

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

ErrorMessage8

Identifies the element that provides an error message for an object. Value type: reference

FlowTo9

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

LabelledBy10

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

Owns11

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

PosInSet12

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

RowCount13

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

RowIndex14

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

RowIndexText15

Defines a human readable text alternative of aria-rowindex. Value type: string

RowSpan16

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

SetSize17

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