Interface Application.OnWindowAdded

Enclosing class:
Application
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 Application.OnWindowAdded
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when a [class@Gtk.Window] is added to `application` through
    [method@Gtk.Application.add_window].
  • Method Details

    • onWindowAdded

      void onWindowAdded(@Nonnull Window window)
      Emitted when a [class@Gtk.Window] is added to `application` through
      [method@Gtk.Application.add_window].
      Parameters:
      window - the newly-added [class@Gtk.Window]