Carbon


ControlTemplate

Header: Controls.h

struct ControlTemplate {
    Rect controlRect; 
    SInt16 controlValue; 
    Boolean controlVisible; 
    UInt8 fill; 
    SInt16 controlMaximum; 
    SInt16 controlMinimum; 
    SInt16 controlDefProcID; 
    SInt32 controlReference; 
    Str255 controlTitle;
};
typedef ControlTemplate ControlTemplatePtr;

Field descriptions

controlRect
controlValue
controlVisible
fill
controlMaximum
controlMinimum
controlDefProcID
controlReference
controlTitle


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