Package: gtk
Function gtk-text-iter-starts-line
Lambda Listgtk-text-iter-starts-line (iter) ArgumentsReturn ValueA 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