Package: gtk

Function gtk-text-buffer-create-child-anchor

Lambda List

gtk-text-buffer-create-child-anchor (buffer iter)

Arguments

buffer -- a gtk-text-buffer object
iter -- a gtk-text-iter location in the text buffer

Return Value

The created gtk-text-child-anchor anchor.

Details

This is a convenience function which simply creates an anchor with the gtk-text-child-anchor-new function and inserts it into the text buffer with the gtk-text-buffer-insert-child-anchor function. The new anchor is owned by the text buffer.
 

See also

2021-11-16