animated-resize-frame

Name

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

Synopsis

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

Description

Resize the frame 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 603 (CVS log)