insert_pixbuf


Description:

[ HasEmitter ]
public virtual signal void insert_pixbuf (TextIter iter, Pixbuf pixbuf)

The insert_pixbuf signal is emitted to insert a Pixbuf 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 pixbuf.

See also: insert_pixbuf.

Parameters:

pixbuf

the Pixbuf to be inserted

location

position to insert pixbuf in textbuffer




2022 vala-language.org