list-windows-above

Name

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

Synopsis

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

Description

List the windows above w from bottom to top. Returns a list in the reverse of the stacking order of the windows above W, in other words, from the one immediately above, to the topmost 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 30 (CVS log)