focussable-window?

Name

focussable-window? -- Return #t iff WIN may receive the keyboard focus.

Synopsis

(focussable-window?  #&optional win)

Description

Return #t iff win may receive the keyboard focus. This will return #f, e.g., if win's focus style is 'none, or its X11 hints do not permit it to receive the focus.

Implementation Notes

Module: Built-in Primitive

Defined in src/focus.c at line 79 (CVS log)