ATContext.create

gtk.atcontext.ATContext create(gtk.types.AccessibleRole accessibleRole, gtk.accessible.Accessible accessible, gdk.display.Display display) static nothrow

Creates a new gtk.atcontext.ATContext instance for the given accessible role, accessible instance, and display connection.

The gtk.atcontext.ATContext implementation being instantiated will depend on the platform.

Parameters

accessibleRolethe accessible role used by the gtk.atcontext.ATContext
accessiblethe gtk.accessible.Accessible implementation using the gtk.atcontext.ATContext
displaythe gdk.display.Display used by the gtk.atcontext.ATContext

Returns