TextBuffer.addOnInsertText

The ::insert-text signal is emitted to insert text in a gtk.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 point to the end of the inserted text.

See also: TextBuffer.insert, TextBuffer.insertRange.

class TextBuffer
gulong
addOnInsertText
(
void delegate
(,
string
,
int
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)