ATContext.create
gtk.atcontext.ATContext create(gtk.types.AccessibleRole accessibleRole, gtk.accessible.Accessible accessible, gdk.display.Display display)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
accessibleRole | the accessible role used by the gtk.atcontext.ATContext |
accessible | the gtk.accessible.Accessible implementation using the gtk.atcontext.ATContext |
display | the gdk.display.Display used by the gtk.atcontext.ATContext |