Carbon


DialogRecord

Header: Dialogs.h

struct DialogRecord {
    WindowRecord window; 
    Handle items; 
    TEHandle textH; 
    SInt16 editField; 
    SInt16 editOpen; 
    SInt16 aDefItem;
};
typedef DialogRecord DialogPeek;

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