Package: gtk

Function gtk-application-windows

Lambda List

gtk-application-windows (application)

Arguments

application -- a gtk-application instance

Return Value

A list of gtk-window widgets.

Details

Gets a list of the windows associated with the application. The list is sorted by most recently focused windows, such that the first element is the currently focused window. This is useful for choosing a parent for a transient window.
 

See also

*2021-10-21