AccessibleRelation

The possible accessible relations of a iface@Accessible.

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

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Defines a human readable text alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX. Value type: string

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.