Class

GtkSourceHoverDisplay

Description [src]

final class GtkSource.HoverDisplay : Gtk.Widget {
  /* No available fields */
}

Display for interactive tooltips.

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

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

Ancestors

  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • GtkAccessible
  • GtkBuildable
  • GtkConstraintTarget

Instance methods

gtk_source_hover_display_append
No description available.
gtk_source_hover_display_insert_after
No description available.
gtk_source_hover_display_prepend
No description available.
gtk_source_hover_display_remove
No description available.

Class structure

struct GtkSourceHoverDisplayClass {
  GtkWidgetClass parent_class;
  
}
Class members
parent_class
GtkWidgetClass
  No description available.