| window-moved-hook | Window Hook |
| Hook window-resized-hook | Window |
|
Called whenever the window is moved or resized.
This hook is called inside the Note that outline window sizing and movement does not use
Compare with |
| before-move-hook | Window Hook |
| before-resize-hook | Window Hook |
| Called before starting an interactive move or resize. |
| while-moving-hook | Window Hook |
| while-resizing-hook | Window Hook |
|
Called during every pointer motion event during a move or resize.
This includes outline window motion. The calls take place before the
window or its outline are actually moved.
Compare with |
| after-move-hook | Window Hook |
| after-resize-hook | Window Hook |
Called after completion of an interactive move or resize. In addition
to the window, the hook is called with a list of symbols indicating how
the window was moved or resized:
horizontal and vertical for movement,
right, left, bottom and top for resizing.
|
| after-restacking-hook | Hook |
Called after any window restacking operation, including (but possibly
not limited to restack-windows, x-raise-window and
x-lower-window. The hook functions take no arguments.
|