raised?

Name

raised? -- Return #t if WIN is currently raised, #f if not.

Synopsis

(raised?  #&optional win)

Description

Return #t if win is currently raised, #f if not. win defaults to the window context in the usual way if not specified. A window is considered to be raised if the application window (not the frame) is unobscured (or if this was the last window you called raise-window on).

Implementation Notes

Module: Built-in Primitive

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