insert_child_anchor


Description:

[ HasEmitter ]
public virtual signal void insert_child_anchor (TextIter iter, TextChildAnchor anchor)

The insert_child_anchor signal is emitted to insert a TextChildAnchor in a TextBuffer.

Insertion actually occurs in the default handler.

Note that if your handler runs before the default handler it must not invalidate the location iter (or has to revalidate it). The default signal handler revalidates it to be placed after the inserted anchor.

See also: insert_child_anchor.

Parameters:

anchor

the TextChildAnchor to be inserted

location

position to insert anchor in textbuffer