on-desk-n?

Name

on-desk-n? -- Returns a function which takes WIN and returns #t if WIN is on desk N, else #f.

Synopsis

((on-desk-n? n) #&optional (win (get-window)))

Description

Returns a function which takes WIN and returns #t if WIN is on desk N, else #f.

Implementation Notes

Module: (app scwm wininfo)

Defined in scheme/wininfo.scm at line 38 (CVS log)