Metatarget for copying of testfile fixed.
[AROS.git] / workbench / libs / reqtools / boopsigads.i
blobcf1cb43eecb387ad5fb1de18bc3408b31528c818
2 BUTTON_MAGIC_LONGWORD equ 'Oops'
4 STRUCTURE InitData,0
5 APTR idata_Gadget * NULL for images not within gadgets
6 APTR idata_TextAttr
7 APTR idata_Label
8 APTR idata_VisualInfo
9 ULONG idata_Underscore
10 LABEL idata_SIZEOF * MUST BE MULTIPLE OF LONGWORD!!!
12 STRUCTURE localobjdata,0
13 STRUCT lod_IData,idata_SIZEOF
14 UWORD lod_UnderOff
15 UWORD lod_UnderWidth
16 UWORD lod_UnderY
17 UWORD lod_RestLen
18 LABEL lod_SIZEOF