stages
AlertTemplate structure
#include <Dialogs.h>
typedef struct AlertTemplate{ Size Offset
Rect boundsRect; 8 0
short itemsID; 2 8
StageList stages; 2 10
} AlertTemplate; 12
typedef AlertTemplate *AlertTPtr;
typedef AlertTemplate **AlertTHandle;