SourceGutterRenderer.queryTooltip

Emits the query-tooltip signal. This function is called from gsv.SourceGutter Implementations can override the default signal handler or can connect to the signal externally.

class SourceGutterRenderer
bool
queryTooltip

Parameters

iter TextIter
area GdkRectangle*
x int

The x position of the tooltip.

y int

The y position of the tooltip.

tooltip Tooltip

Return Value

Type: bool

TRUE if the tooltip has been set, FALSE otherwise