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.

@FunctionalInterface public static interface AboutWindow.OnActivateLink
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Emitted when a URL is activated.
  • Method Details

    • onActivateLink

      boolean onActivateLink(@Nonnull Str uri)
      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