The ::activate-link signal is emitted each time the GtkLinkButton
has been clicked.
The default handler will call gtk_show_uri() 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.
See Also
GtkButton
The ::activate-link signal is emitted each time the GtkLinkButton has been clicked. The default handler will call gtk_show_uri() 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. See Also GtkButton