list-windows-below

Name

list-windows-below -- List the windows below w from top to bottom.

Synopsis

(list-windows-below w #&key (only ()) (except()))

Description

List the windows below w from top to bottom. Returns a list in the stacking order of the windows below in, in other words, from the one immediately below, to the bottommost window; the ONLY and EXCEPT keyword arguments operate as is usual for procedures that deal with the window list.

Implementation Notes

Module: (app scwm stacking)

Defined in scheme/stacking.scm at line 42 (CVS log)