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
line | a line number starting from zero |
mode | a #GtkSourceGutterRendererAlignmentMode |
y | a location for the Y position in widget coordinates |
height | the line height based on mode |