GutterRenderer.queryTooltip

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 gtk.text_iter.TextIter

a #GtkTextIter.

area gdk.rectangle.Rectangle

a #GdkRectangle.

x int

The x position of the tooltip.

y int

The y position of the tooltip.

tooltip gtk.tooltip.Tooltip

a #GtkTooltip.

Return Value

Type: bool

true if the tooltip has been set, false otherwise