X-handle-selection-string

Name

X-handle-selection-string -- Run VALUE-HANDLER on the selection SELECTION after retrieving it.

Synopsis

(X-handle-selection-string selection value-handler)

Description

Run VALUE-HANDLER on the selection SELECTION after retrieving it. The VALUE-HANDLER should take a single argument, the string value of the selection retrieved. The X11 protocol for selections is asynchronous, so so must this procedure be.

Implementation Notes

Module: (app scwm xprop-extras)

Defined in scheme/xprop-extras.scm at line 46 (CVS log)