Package: gtk

Function gtk-text-iter-starts-line

Lambda List

gtk-text-iter-starts-line (iter)

Arguments

iter -- a gtk-text-iter instance

Return Value

A boolean whether the iterator begins a line.

Details

Returns true if the iterator begins a paragraph, i.e. if the function gtk-text-iter-line-offset would return 0.

However this function is potentially more efficient than the function gtk-text-iter-line-offset because it does not have to compute the offset, it just has to see whether it is 0.
 

See also

2021-6-13