Package: gtk

Accessor gtk-application-active-window

Lambda List

gtk-application-active-window (object)

Syntax

(gtk-application-active-window object) => window

Arguments

object -- a gtk-application instance
window -- a gtk-window widget

Details

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

The gtk-application-active-window slot access function gets the active window for the application.

The active window is the one that was most recently focused within the application. This window may not have the focus at the moment if another application has it - this is just the most recently focused window within this application.
 

See also

*2021-10-13