find-windows ( quot: ( world -- ? ) -- seq )


Vocabulary
ui

Inputs
quota quotation with stack effect ( world -- ? )


Outputs
seqa sequence


Word description
Finds all native windows such that the gadget passed to open-window satisfies the quotation, outputting an empty sequence if no such gadget could be found. The front-most native window is the last in the seq.

Definition