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

True if the iterator begins a line.

Details

Returns true if the iterator begins a paragraph, for example, if the gtk:text-iter-line-offset function would return 0. However this function is potentially more efficient than the gtk:text-iter-line-offset function because it does not have to compute the offset, it just has to see whether it is 0.
 

See also

2024-7-1