activate_link
Description:
The activate_link signal is emitted each time the LinkButton has been clicked.
The default handler will call show_uri_on_window with the URI stored inside the 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.