Next: X Hooks, Previous: Window Mapping Hooks, Up: Standard Hooks
Called whenever the window is moved or resized.
This hook is called inside the
move-window-toandmove-resize-window-tofunctions, so any operation that moves the window will trigger this hook. The window motion does not have to be interactive.Note that outline window sizing and movement does not use
move-window-toormove-resize-window-to, except at the very end of the operation.Compare with
while-moving-hookandwhile-resizing-hook.
Called before starting an interactive move or resize.
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
window-moved-hookandwindow-resized-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:
horizontalandverticalfor movement,right,left,bottomandtopfor resizing.