:right-sidebar: True AccessibleRelation =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: AccessibleRelation :no-contents-entry: The possible accessible relations of a :obj:`~gi.repository.Gtk.Accessible`. Accessible relations can be references to other widgets, integers or strings. Methods ------- .. rst-class:: interim-class .. class:: AccessibleRelation :no-index: .. method:: init_value(relation: ~gi.repository.Gtk.AccessibleRelation, value: ~typing.Any) -> None :param relation: :param value: Fields ------ .. rst-class:: interim-class .. class:: AccessibleRelation :no-index: .. attribute:: ACTIVE_DESCENDANT Identifies the currently active element when focus is on a composite widget, combobox, textbox, group, or application. Value type: reference .. attribute:: COL_COUNT Defines the total number of columns in a table, grid, or treegrid. Value type: integer .. attribute:: COL_INDEX 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 .. attribute:: COL_INDEX_TEXT Defines a human readable text alternative of :const:`~gi.repository.Gtk.AccessibleRelation.COL_INDEX`. Value type: string .. attribute:: COL_SPAN Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. Value type: integer .. attribute:: CONTROLS Identifies the element (or elements) whose contents or presence are controlled by the current element. Value type: reference .. attribute:: DESCRIBED_BY Identifies the element (or elements) that describes the object. Value type: reference .. attribute:: DETAILS Identifies the element (or elements) that provide additional information related to the object. Value type: reference .. attribute:: ERROR_MESSAGE Identifies the element that provides an error message for an object. Value type: reference .. attribute:: 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. Value type: reference .. attribute:: LABELLED_BY Identifies the element (or elements) that labels the current element. Value type: reference .. attribute:: 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. Value type: reference .. attribute:: POS_IN_SET Defines an element's number or position in the current set of listitems or treeitems. Value type: integer .. attribute:: ROW_COUNT Defines the total number of rows in a table, grid, or treegrid. Value type: integer .. attribute:: ROW_INDEX 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 .. attribute:: ROW_INDEX_TEXT Defines a human readable text alternative of aria-rowindex. Value type: string .. attribute:: ROW_SPAN Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. Value type: integer .. attribute:: SET_SIZE Defines the number of items in the current set of listitems or treeitems. Value type: integer