set-auto-raise-delay!

Name

set-auto-raise-delay! -- Set the auto-raise delay to DELAY (in ms) for WIN.

Synopsis

(set-auto-raise-delay! delay #&optional (win (get-window)))

Description

Set the auto-raise delay to DELAY (in ms) for WIN. DELAY is the number of milliseconds after the pointer enters WIN that WIN will be raised. See set-auto-raise! to turn auto-raise on or off for a given window.

Implementation Notes

Module: (app scwm auto-raise)

Defined in scheme/auto-raise.scm at line 110 (CVS log)