insert_child_anchor


Description:

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

Emitted to insert a `GtkTextChildAnchor` in a `GtkTextBuffer`.

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: [[email protected]_child_anchor].

Parameters:

anchor

the `GtkTextChildAnchor` to be inserted

location

position to insert anchor in textbuffer




2022 vala-language.org