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
iter | a #GtkTextIter. |
area | a #GdkRectangle. |
x | The x position of the tooltip. |
y | The y position of the tooltip. |
tooltip | a #GtkTooltip. |
Returns
true if the tooltip has been set, false otherwise