window-valid?

Name

window-valid? -- Returns #t if OBJ is window object and is still valid, otherwise returns #f.

Synopsis

(window-valid? obj)

Description

Returns #t if obj is window object and is still valid, otherwise returns #f. A window is no longer valid when it is destroyed or closed. An iconified window that can be deiconified is still represented by a valid window object.

Implementation Notes

Module: Built-in Primitive

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