Top | ![]() |
![]() |
![]() |
![]() |
void | gtk_source_hover_display_append () |
void | gtk_source_hover_display_prepend () |
void | gtk_source_hover_display_insert_after () |
void | gtk_source_hover_display_remove () |
GtkSourceHoverDisplay implements GtkAccessible, GtkBuildable and GtkConstraintTarget.
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.
void gtk_source_hover_display_append (GtkSourceHoverDisplay *self
,GtkWidget *child
);
void gtk_source_hover_display_prepend (GtkSourceHoverDisplay *self
,GtkWidget *child
);
void gtk_source_hover_display_insert_after (GtkSourceHoverDisplay *self
,GtkWidget *child
,GtkWidget *sibling
);
void gtk_source_hover_display_remove (GtkSourceHoverDisplay *self
,GtkWidget *child
);