Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onWindowAdded
(Window window) Emitted when a [class@Gtk.Window] is added to `application` through
[method@Gtk.Application.add_window].
-
Method Details
-
onWindowAdded
Emitted when a [class@Gtk.Window] is added to `application` through
[method@Gtk.Application.add_window].- Parameters:
window
- the newly-added [class@Gtk.Window]
-