SourceGutter.getRendererAtPos

Finds the #GtkSourceGutterRenderer at (x, y).

class SourceGutter
getRendererAtPos
(
int x
,
int y
)

Parameters

x int

The x position to get identified.

y int

The y position to get identified.

Return Value

the renderer at (x, y) or %NULL.

Meta