GutterRenderer.queryTooltip

bool queryTooltip(gtk.text_iter.TextIter iter, gdk.rectangle.Rectangle area, int x, int y, gtk.tooltip.Tooltip tooltip)

Emits the #GtkSourceGutterRenderer::query-tooltip signal. This function is called from #GtkSourceGutter. Implementations can override the default signal handler or can connect to the signal externally.

Parameters

itera #GtkTextIter.
areaa #GdkRectangle.
xThe x position of the tooltip.
yThe y position of the tooltip.
tooltipa #GtkTooltip.

Returns

true if the tooltip has been set, false otherwise