Node: Window Construction Hooks, Next: Window Destruction Hooks, Previous: Key Hooks, Up: Standard Hooks
| before-add-window-hook | Window Hook |
| add-window-hook | Window Hook |
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).
|
| after-add-window-hook | Window Hook |
| Called when the window is first adopted by the window manager. This occurs after the window has been created, installed and placed. |
| after-framing-hook | Window Hook |
| Called after a window gets a frame assigned, or after a window's frame is rebuilt. |