SourceGutterRenderer.queryTooltip

Emits the ::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
int
queryTooltip

Parameters

iter TextIter

a GtkTextIter.

area Rectangle

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: int

TRUE if the tooltip has been set, FALSE otherwise

Meta