GutterLines
Collected information about visible lines.
The GtkSourceGutterLines
object is used to collect information about visible lines.
Use this from your signal@GutterRenderer::query-data to collect the necessary information on visible lines. Doing so reduces the number of passes through the text btree allowing GtkSourceView to reach more frames-per-second while performing kinetic scrolling.
Skipped during bindings generation
parameter
y
: y: Out parameter is not supported
Constructors
Functions
Gets a #GtkTextIter for the current buffer at @line
Checks to see if the line has any GQuark classes set. This can be used to help renderer implementations avoid work if nothing has been set on the class.
Checks to see if the view had a selection and if that selection overlaps
Removes the class matching @name from @line.
Reverses a call to method@GutterLines.add_qclass by removing the alias@GLib.Quark matching @qname.