2 Copyright © 2003, The AROS Development Team. All rights reserved.
6 #define INTUITION_NO_INLINE_STDARG
8 #include <intuition/classes.h>
9 #include <utility/tagitem.h>
11 #include <proto/alib.h>
12 #include "alib_intern.h"
14 /******************************************************************************
17 #include <intuition/classusr.h>
18 #include <proto/intuition.h>
20 IPTR DoSuperNewTagList
25 struct GadgetInfo
*gadgetInfo
,
42 NewObjectA(), SetAttrsA(), GetAttr(), DisposeObject(), DoMethodA(),
43 CoerceMethodA(), <intuition/classes.h>
45 ******************************************************************************/
47 if (CLASS
== NULL
|| object
== NULL
) return NULL
;
49 return DoSuperMethod(CLASS
, object
, OM_NEW
, tags
, gadgetInfo
);
50 } /* DoSuperNewTagList() */
56 struct GadgetInfo
*gadgetInfo
,
61 if (CLASS
== NULL
|| object
== NULL
)
64 return DoSuperNewTagList(CLASS
, object
, gadgetInfo
, (struct TagItem
*) &tag1
);
65 } /* DoSuperNewTags() */