TextView.startsDisplayLine

Determines whether @iter is at the start of a display line. See gtk_text_view_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