wildcard-matcher

Name

wildcard-matcher -- Return a procedure that matches WILDCARD against a window.

Synopsis

(wildcard-matcher wildcard #&key (full-regexp #f)
				  (regexp-options `(,regexp/icase)))

Description

Return a procedure that matches WILDCARD against a window. REGEXP-OPTIONS is passed to make-regexp. If FULL-REGEXP is #t, the WILDCARD is considered to be a regular-expression instead of a shell-like wildcard. The returned procedure takes a window and returns #t if WILDCARD matches the title, class, or resource of the window.

Implementation Notes

Module: (app scwm wininfo)

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