Carbon


BasicWindowDescription State Constant

Header: MacWindows.h

enum {
    kWindowIsCollapsedState = 1
};

Constant descriptions

kWindowIsCollapsedState

If the bit specified by this mask is set, the window is currently collapsed.

You can use this mask to set a bit in the windowStateFlags field of a structure of type BasicWindowDescription, thereby specifying a transient window state.


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