gtkTextIterStartsLine {RGtk2}R Documentation

gtkTextIterStartsLine

Description

Returns TRUE if iter begins a paragraph, i.e. if gtkTextIterGetLineOffset would return 0. However this function is potentially more efficient than gtkTextIterGetLineOffset because it doesn't have to compute the offset, it just has to see whether it's 0.

Usage

gtkTextIterStartsLine(object)

Arguments

object [GtkTextIter] an iterator

Value

[logical] whether iter begins a line

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]