make-string-usable-for-resource-key

Name

make-string-usable-for-resource-key -- Return a converted string from STRING that can be used as an X resource key.

Synopsis

(make-string-usable-for-resource-key string)

Description

Return a converted string from STRING that can be used as an X resource key. The returned string will have all non-alphanumeric characters replaced with underscores, so that the resulting string can be used as a key for X-resource-get and X-resource-put.

Implementation Notes

Module: (app scwm stringops)

Defined in scheme/stringops.scm at line 12 (CVS log)