AccessibleRelation

public extension AccessibleRelation
  • Cast constructor, converting any binary integer to a AccessibleRelation.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

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

    Declaration

    Swift

    static let activeDescendant: GtkAccessibleRelation
  • Defines the total number of columns in a table, grid, or treegrid. Value type: integer

    Declaration

    Swift

    static let colCount: GtkAccessibleRelation
  • 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

    Declaration

    Swift

    static let colIndex: GtkAccessibleRelation
  • Defines a human readable text alternative of GTK_ACCESSIBLE_RELATION_COL_INDEX. Value type: string

    Declaration

    Swift

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

    Declaration

    Swift

    static let colSpan: GtkAccessibleRelation
  • Identifies the element (or elements) whose contents or presence are controlled by the current element. Value type: reference

    Declaration

    Swift

    static let controls: GtkAccessibleRelation
  • Identifies the element (or elements) that describes the object. Value type: reference

    Declaration

    Swift

    static let describedBy: GtkAccessibleRelation
  • Identifies the element (or elements) that provide additional information related to the object. Value type: reference

    Declaration

    Swift

    static let details: GtkAccessibleRelation
  • Identifies the element that provides an error message for an object. Value type: reference

    Declaration

    Swift

    static let errorMessage: GtkAccessibleRelation
  • 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

    Declaration

    Swift

    static let flowTo: GtkAccessibleRelation
  • Identifies the element (or elements) that labels the current element. Value type: reference

    Declaration

    Swift

    static let labelledBy: GtkAccessibleRelation
  • 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

    Declaration

    Swift

    static let owns: GtkAccessibleRelation
  • Defines an element’s number or position in the current set of listitems or treeitems. Value type: integer

    Declaration

    Swift

    static let posInSet: GtkAccessibleRelation
  • Defines the total number of rows in a table, grid, or treegrid. Value type: integer

    Declaration

    Swift

    static let rowCount: GtkAccessibleRelation
  • 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

    Declaration

    Swift

    static let rowIndex: GtkAccessibleRelation
  • Defines a human readable text alternative of aria-rowindex. Value type: string

    Declaration

    Swift

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

    Declaration

    Swift

    static let rowSpan: GtkAccessibleRelation
  • Defines the number of items in the current set of listitems or treeitems. Value type: integer

    Declaration

    Swift

    static let setSize: GtkAccessibleRelation