GtkSource.HoverDisplay¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1)
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GtkSource.HoverDisplay(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Display for interactive tooltips.
GtkSourceHoverDisplay
is a [class`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 [class`Gtk`.Box].Implement the [iface`HoverProvider`] interface to be notified of when to populate a
GtkSourceHoverDisplay
on behalf of the user.- append(child)¶
- Parameters:
child (
Gtk.Widget
) –
- insert_after(child, sibling)¶
- Parameters:
child (
Gtk.Widget
) –sibling (
Gtk.Widget
) –
- prepend(child)¶
- Parameters:
child (
Gtk.Widget
) –
- remove(child)¶
- Parameters:
child (
Gtk.Widget
) –