gtksource.hover_display
Module for [HoverDisplay] class
Types 3
classHoverDisplay : gtk.widget.Widget
Display for interactive tooltips.
gtksource.hover_display.HoverDisplay is a gtk.widget.Widget that may be populated with widgets to be displayed to the user in interactive tooltips. The children widgets are packed vertically using a gtk.box.Box.
Implement the gtksource.hover_provider.HoverProvider interface to be notified of when to populate a gtksource.hover_display.HoverDisplay on behalf of the user.
Methods
HoverDisplayGidBuilder builder() static nothrowGet builder for [gtksource.hover_display.HoverDisplay] Returns: New builder objectvoid append(gtk.widget.Widget child) nothrowvoid insertAfter(gtk.widget.Widget child, gtk.widget.Widget sibling) nothrowvoid prepend(gtk.widget.Widget child) nothrowvoid remove(gtk.widget.Widget child) nothrowFluent builder implementation template for gtksource.hover_display.HoverDisplay
Fluent builder for gtksource.hover_display.HoverDisplay
Methods