TextView.addOnInsertAtCursor

The ::insert-at-cursor signal is a [keybinding signal]GtkBindingSignal which gets emitted when the user initiates the insertion of a fixed string at the cursor.

This signal has no default bindings.

class TextView
gulong
addOnInsertAtCursor
(
void delegate
(
string
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)