/* reqlibrary.h © 1988/1989 reserved by Colin Fox and Bruce Dawson */ #ifndef REQLIBRARY_H #define REQLIBRARY_H #ifndef EXEC_LIBRARIES_H #include #endif #ifndef LIBRARIES_DOS_H #include #endif #ifndef INTUITION_INTUITION_H #include #endif #define REQVERSION 1 #define NUMPAIRS 10 struct GadgetBlock { struct Gadget Gadget; struct Border Border; WORD Pairs[NUMPAIRS]; struct IntuiText Text; }; struct StringBlock { struct Gadget Gadget; struct StringInfo Info; struct Border Border; WORD Pairs[NUMPAIRS]; }; struct PropBlock { struct Gadget Gadget; struct PropInfo Info; struct Image Image; }; struct ScrollBlock { struct Gadget ArrowUpLt; struct Image ImageUpLt; struct Gadget ArrowDnRt; struct Image ImageDnRt; struct PropBlock Prop; }; struct TwoImageGadget { struct Gadget Gadget; struct Image Image1; struct Image Image2; }; #define ATTITUDEB 16 #define HORIZSLIDER (0L<