:right-sidebar: True HoverDisplay =================================================================== .. currentmodule:: gi.repository.GtkSource .. class:: HoverDisplay(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gtk.Widget`, :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` Implemented Interfaces: :class:`~gi.repository.Gtk.Accessible`, :class:`~gi.repository.Gtk.Buildable`, :class:`~gi.repository.Gtk.ConstraintTarget` Display for interactive tooltips. ``GtkSourceHoverDisplay`` is a :obj:`~gi.repository.Gtk.Widget` that may be populated with widgets to be displayed to the user in interactive tooltips. The children widgets are packed vertically using a :obj:`~gi.repository.Gtk.Box`\. Implement the :obj:`~gi.repository.GtkSource.HoverProvider` interface to be notified of when to populate a ``GtkSourceHoverDisplay`` on behalf of the user. Methods ------- .. rst-class:: interim-class .. class:: HoverDisplay :no-index: .. method:: append(child: ~gi.repository.Gtk.Widget) -> None :param child: .. method:: insert_after(child: ~gi.repository.Gtk.Widget, sibling: ~gi.repository.Gtk.Widget) -> None :param child: :param sibling: .. method:: prepend(child: ~gi.repository.Gtk.Widget) -> None :param child: .. method:: remove(child: ~gi.repository.Gtk.Widget) -> None :param child: