Carbon


Window Transition Action Constants

Header: MacWindows.h

enum WindowTransitionAction {
    kWindowShowTransitionAction = 1,
    kWindowHideTransitionAction = 2,
    kWindowMoveTransitionAction = 3,
    kWindowResizeTransitionAction = 4
};

Constant descriptions

kWindowShowTransitionAction

Specifies that the animation display the window opening, that is, transitioning from a closed to an open state.

kWindowHideTransitionAction

Specifies that the animation display the window closing, that is, transitioning from an open to a closed state.

kWindowMoveTransitionAction
kWindowResizeTransitionAction

You may pass these WindowTransitionAction constants to the function TransitionWindow to specify the direction of the animation effect that is to be performed for a window.


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