ATContextPropertyName

public enum ATContextPropertyName : String, PropertyNameProtocol

Undocumented

  • The GtkAccessible that created the GtkATContext instance.

    Declaration

    Swift

    case accessible = "accessible"
  • The accessible role used by the AT context.

    Depending on the given role, different states and properties can be set or retrieved.

    Declaration

    Swift

    case accessibleRole = "accessible-role"
  • The GdkDisplay for the GtkATContext.

    Declaration

    Swift

    case display = "display"