5 #define kExtCDEFID 128 // resource id of our CDEF resource <Controls.h>
6 const long kExtCDEFMagic
= 0xFEEDFEED ;
7 typedef struct ExtCDEFInfo
9 ControlDefProcPtr defProc
; // this must always be the lowest element
12 ControlHandle containerControl
;
14 ControlFontStyleRec fontStyle
;
20 void NewExtCDEFInfo( ControlHandle theControl
, ControlDefProcPtr defproc
, SInt16 procID
, long refcon
) ;
21 void DisposeExtCDEFInfo( ControlHandle theControl
) ;