Package: gtk

Function gtk-text-buffer-start-iter

Lambda List

gtk-text-buffer-start-iter (buffer)

Arguments

buffer -- a gtk-text-buffer object

Return Value

A gtk-text-iter iterator.

Details

Returns an iterator with the first position in the text buffer. This is the same as using the gtk-text-buffer-iter-at-offset function to get the itererator at character offset 0.
 

See also

*2021-11-16