Carbon


ControlRecord

Header: Controls.h

struct ControlRecord {
    ControlRef nextControl; 
    WindowRef contrlOwner; 
    Rect contrlRect; 
    UInt8 contrlVis; 
    UInt8 contrlHilite; 
    SInt16 contrlValue; 
    SInt16 contrlMin; 
    SInt16 contrlMax; 
    Handle contrlDefProc; 
    Handle contrlData; 
    ControlActionUPP contrlAction; 
    SInt32 contrlRfCon; 
    Str255 contrlTitle;
};
typedef ControlRecord ControlPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)