set-auto-raise!

Name

set-auto-raise! -- Turn auto-raise on (#t) or off (#f) for WIN.

Synopsis

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

Description

Turn auto-raise on (#t) or off (#f) for WIN. Auto-raise makes a window automatically raise when the mouse pointer enters the window frame. See set-auto-raise-delay! for controlling the delay before the window raises.

Implementation Notes

Module: (app scwm auto-raise)

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