select-multiple-windows-interactively

Name

select-multiple-windows-interactively -- Return a list of user-selected windows, up to MAX.

Synopsis

(select-multiple-windows-interactively
		 #&optional (max 32000) (proc-when-selected #f))

Description

Return a list of user-selected windows, up to MAX. The list is in the reverse order from the way by which they were selected. PROC-WHEN-SELECTED will be run on each window as it is selected.

Implementation Notes

Module: (app scwm window-selection)

Defined in scheme/window-selection.scm at line 130 (CVS log)