set-window-focus!

Name

set-window-focus! -- Set the focus style of WIN to SYM.

Synopsis

(set-window-focus! sym #&optional win)

Description

Set the focus style of win to sym. sym may be 'click, 'mouse, 'sloppy or 'none. win defaults to the window context in the usual way if not specified.

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 3470 (CVS log)