Next: Window Destruction Hooks, Previous: Key Hooks, Up: Standard Hooks
Called when the window is first adopted by the window manager. This occurs before the window is created, installed or placed. At this early stage, the only safe action is to set properties of the window (with
window-set).
add-window-hookis a deprecated hook, replaced bybefore-add-window-hook. It is called immediately afterbefore-add-window-hook.