Carbon


Window Transition Effect Constants

Header: MacWindows.h

enum WindowTransitionEffect {
    kWindowZoomTransitionEffect = 1,
    kWindowSheetTransitionEffect = 2,
    kWindowSlideTransitionEffect = 3
};

Constant descriptions

kWindowZoomTransitionEffect

Specifies an animation that displays the window zooming between the open and closed states. The direction of the animation, whether from open to closed, or closed to open, depends upon the WindowTransitionAction constant specified in conjunction with the WindowTransitionEffect constant; see “Window Transition Action Constants” for descriptions of possible values.

kWindowSheetTransitionEffect
kWindowSlideTransitionEffect

You may pass this WindowTransitionEffect constant to the function TransitionWindow to specify the type of animation effect that is to be performed for a window.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)