Virtualvfunc_Retrieve the n-th link in the accessible object.
index must be smaller than the number of links.
the index of the link
Virtualvfunc_Virtualvfunc_Retrieve the number of links in the accessible object.
Virtualvfunc_Retrieves the accessible identifier for the accessible object.
This functionality can be overridden by Gtk.Accessible implementations.
It is left to the accessible implementation to define the scope and uniqueness of the identifier.
Virtualvfunc_Retrieves the accessible parent for an accessible object.
This function returns NULL for top level widgets.
Virtualvfunc_Virtualvfunc_Queries the coordinates and dimensions of this accessible
This functionality can be overridden by Gtk.Accessible implementations, e.g. to get the bounds from an ignored child widget.
Virtualvfunc_Retrieves the first accessible child of an accessible object.
Virtualvfunc_Retrieves the next accessible sibling of an accessible object
Virtualvfunc_Queries a platform state, such as focus.
This functionality can be overridden by Gtk.Accessible implementations, e.g. to get platform state from an ignored child widget, as is the case for Gtk.Text wrappers.
platform state to query
Interface for implementing AccessibleHypertext. Contains only the virtual methods that need to be implemented.