Module: Gtk::AccessibleRelation
- Defined in:
- (unknown)
Constant Summary collapse
- ACTIVE_DESCENDANT =
Identifies the currently active element when focus is on a composite widget, combobox, textbox, group, or application. Value type: reference
0 or :active_descendant
- COL_COUNT =
Defines the total number of columns in a table, grid, or treegrid. Value type: integer
1 or :col_count
- 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
2 or :col_index
- COL_INDEX_TEXT =
Defines a human readable text alternative of %GTK_ACCESSIBLE_RELATION_COL_INDEX. Value type: string
3 or :col_index_text
- COL_SPAN =
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. Value type: integer
4 or :col_span
- CONTROLS =
Identifies the element (or elements) whose contents or presence are controlled by the current element. Value type: reference
5 or :controls
- DESCRIBED_BY =
Identifies the element (or elements) that describes the object. Value type: reference
6 or :described_by
- DETAILS =
Identifies the element (or elements) that provide additional information related to the object. Value type: reference
7 or :details
- ERROR_MESSAGE =
Identifies the element that provides an error message for an object. Value type: reference
8 or :error_message
- 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
9 or :flow_to
- LABELLED_BY =
Identifies the element (or elements) that labels the current element. Value type: reference
10 or :labelled_by
- 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
11 or :owns
- POS_IN_SET =
Defines an element's number or position in the current set of listitems or treeitems. Value type: integer
12 or :pos_in_set
- ROW_COUNT =
Defines the total number of rows in a table, grid, or treegrid. Value type: integer
13 or :row_count
- 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
14 or :row_index
- ROW_INDEX_TEXT =
Defines a human readable text alternative of aria-rowindex. Value type: string
15 or :row_index_text
- ROW_SPAN =
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. Value type: integer
16 or :row_span
- SET_SIZE =
Defines the number of items in the current set of listitems or treeitems. Value type: integer
17 or :set_size