ATContext.this

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.

  1. this(GtkATContext* gtkATContext, bool ownedRef)
  2. this(GtkAccessibleRole accessibleRole, AccessibleIF accessible, Display display)

Parameters

accessibleRole GtkAccessibleRole

the accessible role used by the GtkATContext

accessible AccessibleIF

the GtkAccessible implementation using the GtkATContext

display Display

the GdkDisplay used by the GtkATContext

Return Value

the GtkATContext

Throws

ConstructionException GTK+ fails to create the object.

Meta