Carbon


ControlDefSpec

Header: Controls.h

struct ControlDefSpec {
    ControlDefType defType; 
    union {
          ControlDefUPP defProc;
    } u;
};

Field descriptions

defType
u


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)