AccessibleHypertext#
Added in version 4.22.
- class AccessibleHypertext(*args, **kwargs)#
Implementations: Label
An interface for accessible objects containing links.
The GtkAccessibleHypertext interfaces is meant to be implemented by accessible
objects that contain links. Those links don’t necessarily have to be part
of text, they can be associated with images and other things.
Virtual Methods#
- class AccessibleHypertext
- do_get_link(index: int) AccessibleHyperlink#
Retrieve the n-th link in the accessible object.
indexmust be smaller than the number of links.Added in version 4.22.
- Parameters:
index – the index of the link