GutterLines.getLineYrange

void getLineYrange(uint line, gtksource.types.GutterRendererAlignmentMode mode, out int y, out int height)

Gets the Y range for a line based on mode.

The value for y is relative to the renderers widget coordinates.

Parameters

linea line number starting from zero
modea #GtkSourceGutterRendererAlignmentMode
ya location for the Y position in widget coordinates
heightthe line height based on mode