:right-sidebar: True AccessibleHypertext =================================================================== .. currentmodule:: gi.repository.Gtk .. versionadded:: 4.22 .. class:: AccessibleHypertext(*args, **kwargs) :no-contents-entry: Implementations: :class:`~gi.repository.Gtk.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 --------------- .. rst-class:: interim-class .. class:: AccessibleHypertext :no-index: .. method:: do_get_link(index: int) -> ~gi.repository.Gtk.AccessibleHyperlink The type of the None singleton. .. versionadded:: 4.22 :param index: the index of the link .. method:: do_get_link_at(offset: int) -> int The type of the None singleton. :param offset: .. method:: do_get_n_links() -> int The type of the None singleton. .. versionadded:: 4.22