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;

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