Gtk.TextView::insert-at-cursor

function callback(text_view, string:String, ):void;

The ::insert-at-cursor signal is a <link linkend="keybinding-signals">keybinding signal</link> which gets emitted when the user initiates the insertion of a fixed string at the cursor.

This signal has no default bindings.

text_view

instance of Gtk.TextView that is emitting the signal

string

the string to insert