get_renderer_at_pos


Description:

public unowned SourceGutterRenderer? get_renderer_at_pos (int x, int y)

Finds the SourceGutterRenderer at (x, y).

Parameters:

this

A SourceGutter.

x

The x position to get identified.

y

The y position to get identified.

Returns:

the renderer at (x, y) or null.