shade-window

Name

shade-window -- Cause WIN to become "window-shaded".

Synopsis

(shade-window  #&optional win)

Description

Cause win to become "window-shaded". That is, to roll up into just a titlebar. By default, the change takes place instantaneously. win defaults to the window context in the usual way if not specified. See also window-unshade. A shaded window has the "WM_STATE" hint set to WithdrawnState, since the client application window is not visible.

Implementation Notes

Module: Built-in Primitive

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