ATContextPropertyName
public enum ATContextPropertyName : String, PropertyNameProtocol
Undocumented
-
The
GtkAccessible
that created theGtkATContext
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 theGtkATContext
.Declaration
Swift
case display = "display"