Carbon


WindowDefSpec

Header: MacWindows.h

struct WindowDefSpec {
    WindowDefType defType; 
    union {
          WindowDefUPP defProc;
    } u;
};

Field descriptions

defType
u


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