Package ch.bailu.gtk.gtk
Interface AboutDialog.OnActivateLink
- Enclosing class:
- AboutDialog
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onActivateLink
(Str uri) Emitted every time a URL is activated.
-
Method Details
-
onActivateLink
Emitted every time a URL is activated.
Applications may connect to it to override the default behaviour,
which is to call [func@Gtk.show_uri].- Parameters:
uri
- the URI that is activated- Returns:
- `TRUE` if the link has been activated
-