Carbon


DialogTemplate

Header: Dialogs.h

struct DialogTemplate {
    Rect boundsRect; 
    SInt16 procID; 
    Boolean visible; 
    Boolean filler1; 
    Boolean goAwayFlag; 
    Boolean filler2; 
    SInt32 refCon; 
    SInt16 itemsID; 
    Str255 title;
};
typedef DialogTemplate DialogTPtr;

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