Package ch.bailu.gtk.adw
Interface AboutWindow.OnActivateLink
- Enclosing class:
- AboutWindow
- 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 when a URL is activated.
-
Method Details
-
onActivateLink
Emitted when a URL is activated.
Applications may connect to it to override the default behavior, which is
to call [func@Gtk.show_uri].- Parameters:
uri
- the URI to activate- Returns:
- `TRUE` if the link has been activated
-