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;

Field descriptions

nextControl
contrlOwner
contrlRect
contrlVis
contrlHilite
contrlValue
contrlMin
contrlMax
contrlDefProc
contrlData
contrlAction
contrlRfCon
contrlTitle


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