![]() |
Window Transition Action Constants |
Header: MacWindows.h |
enum WindowTransitionAction { kWindowShowTransitionAction = 1, kWindowHideTransitionAction = 2, kWindowMoveTransitionAction = 3, kWindowResizeTransitionAction = 4 };
Specifies that the animation display the window opening, that is, transitioning from a closed to an open state.
Specifies that the animation display the window closing, that is, transitioning from an open to a closed state.
You may pass these WindowTransitionAction constants to the function
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)