Gtk.Label::activate-current-link

function callback(label, ):void;

A <link linkend="keybinding-signals">keybinding signal</link> which gets emitted when the user activates a link in the label.

Applications may also emit the signal with GObject.signal_emit_by_name if they need to control activation of URIs programmatically.

The default bindings for this signal are all forms of the Enter key.

Since 2.18

label

instance of Gtk.Label that is emitting the signal