window-map-pending?

Name

window-map-pending? -- Returns #t if the mapping of WIN is pending, otherwise returns #f.

Synopsis

(window-map-pending? win)

Description

Returns #t if the mapping of win is pending, otherwise returns #f. The map is pending from the moment the MapRequest is entered until the map is actually performed.

Implementation Notes

Module: Built-in Primitive

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