create
Description:
public static ATContext? create (AccessibleRole accessible_role, Accessible accessible, Display display)
Creates a new `GtkATContext` instance for the given accessible role, accessible instance, and display connection.
The `GtkATContext` implementation being instantiated will depend on the platform.
Parameters:
accessible_role |
the accessible role used by the `GtkATContext` |
accessible |
the `GtkAccessible` implementation using the `GtkATContext` |
display |
the `GdkDisplay` used by the `GtkATContext` |
Returns:
the `GtkATContext` |