animated-resize-window

Name

animated-resize-window -- Resize the client area of WIN to size W, H (pixels) with animation.

Synopsis

(animated-resize-window w h #&optional win x y move-pointer-too?)

Description

Resize the client area of win to size w, h (pixels) with animation. win defaults to the window context in the usual way if not specified. If x and y are given, they are a new virtual position for the northwest corder of the window. If move-pointer-too? is specified and true, move the mouse pointer by the same amount as the window, animating the motion of the pointer along with the window.

Implementation Notes

Module: Primitive from (app scwm c-animation)

Defined in modules/c-animation/c-animation.c at line 588 (CVS log)