Carbon


Mouse-down Event Reporting Constants

Header: MacWindows.h

enum {};

Constant descriptions

In response to the wHit message, your window definition function should return one of these constants.

Return the constants wInGrow, wInGoAway, wInZoomIn, wInZoomOut, and wInCollapseBox only if the window is active—by convention, the size box, close box, zoom box, and collapse box aren’t drawn if the window is inactive. In an inactive document window, for example, a mouse-down event in the part of the title bar that would contain the close box if the window were active is reported as wInDrag.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)