Package: gtk

Accessor gtk:window-application

Lambda List

gtk:window-application (object)

Syntax

(gtk:window-application object) => application
(setf (gtk:window-application object) application)

Arguments

object -- a gtk:window widget
application -- a gtk:application instance, or nil

Details

The accessor for the application slot gets or sets the application associated with the window. Pass nil to unset the application. The application will be kept alive for at least as long as the window is open.
 

See also

2026-06-04