HoverDisplay

class HoverDisplay(**properties: Any)

Superclasses: Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ConstraintTarget

Display for interactive tooltips.

GtkSourceHoverDisplay is a Widget that may be populated with widgets to be displayed to the user in interactive tooltips. The children widgets are packed vertically using a Box.

Implement the HoverProvider interface to be notified of when to populate a GtkSourceHoverDisplay on behalf of the user.

Methods

class HoverDisplay
append(child: Widget) None
Parameters:

child

insert_after(child: Widget, sibling: Widget) None
Parameters:
  • child

  • sibling

prepend(child: Widget) None
Parameters:

child

remove(child: Widget) None
Parameters:

child