window-fully-constructed?

Name

window-fully-constructed? -- Returns #t if WIN is a fully-constructed window, otherwise #f.

Synopsis

(window-fully-constructed? win)

Description

Returns #t if win is a fully-constructed window, otherwise #f. In the before-new-window-hook windows are not yet fully constructed, and only a subset of procedures can be successfully called on them.

Implementation Notes

Module: Built-in Primitive

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