resource-match??

Name

resource-match?? -- Return a predicate that tests a window's resource instance.

Synopsis

(resource-match?? STRING TYPE CASE-SENSITIVE?)

Description

Return a predicate that tests a window's resource instance. When applied to a window, this predicate will return true if the resource instance matches STRING in the manner specified by the optional argument TYPE, which may be 'exact, 'regexp, or 'wildcard. The optional CASE-SENSITIVE argument determines whether the matching is case-sensitive or not.

Implementation Notes

Module: (app scwm wininfo)

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