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.