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

Accessor of the application slot of the gtk-window class.

The gtk-window-application slot access function gets the application associated with the window. The (setf gtk-window-application) slot access function sets or unsets the application. The application will be kept alive for at least as long as the window is open.
 

See also

*2021-10-24