set-edge-wrap!

Name

set-edge-wrap! -- Set the edge x and y wrap values to X and Y, respectively.

Synopsis

(set-edge-wrap! x y)

Description

Set the edge x and y wrap values to X and Y, respectively. These values should be #t to mean that the pointer should wrap in the given direction, or #f to not wrap around. See also set-edge-x-wrap! and set-edge-y-wrap!.

Implementation Notes

Module: (app scwm base)

Defined in scheme/base.scm at line 730 (CVS log)