gtkTextViewStartsDisplayLine {RGtk2} | R Documentation |
Determines whether iter
is at the start of a display line.
See gtkTextViewForwardDisplayLine
for an explanation of
display lines vs. paragraphs.
gtkTextViewStartsDisplayLine(object, iter)
|
[GtkTextView ] a GtkTextView |
|
[GtkTextIter ] a GtkTextIter |
[logical] TRUE
if iter
begins a wrapped line
Derived by RGtkGen from GTK+ documentation