set-auto-raise-unfocus-delay!

Name

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

Synopsis

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

Description

Set the timeout to DELAY (in ms) for the unfocus-proc of WIN. After DELAY milliseconds after the pointer leaves WIN's frame, the auto-raise-unfocus-proc will be called.

Implementation Notes

Module: (app scwm auto-raise)

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