Gtk.Entry::insert-at-cursor

function callback(entry, 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.

entry

instance of Gtk.Entry that is emitting the signal

string

the string to insert