connectActivateLink

fun connectActivateLink(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Boolean): <Error class: unknown class>

Emitted each time the GtkLinkButton is clicked.

The default handler will call method@Gtk.FileLauncher.launch with the URI stored inside the property@Gtk.LinkButton:uri property.

To override the default behavior, you can connect to the ::activate-link signal and stop the propagation of the signal by returning true from your handler.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Returns true if the signal has been handled