SourceGutterRenderer.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.

class SourceGutterRenderer
bool
queryTooltip

Parameters

iter TextIter

a #GtkTextIter.

area GdkRectangle*

a #GdkRectangle.

x int

The x position of the tooltip.

y int

The y position of the tooltip.

tooltip Tooltip

a #GtkTooltip.

Return Value

Type: bool

%TRUE if the tooltip has been set, %FALSE otherwise

Meta