TextView.startsDisplayLine

Determines whether @iter is at the start of a display line.

See [method@Gtk.TextView.forward_display_line] for an explanation of display lines vs. paragraphs.

class TextView
bool
startsDisplayLine

Parameters

iter TextIter

a GtkTextIter

Return Value

Type: bool

%TRUE if @iter begins a wrapped line

Meta