2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #ifndef INTUITION_CLASSUSR_H
7 # include <intuition/classusr.h>
9 #include "alib_intern.h"
10 #define NO_INLINE_STDARG /* turn off inline def */
11 #include <proto/alib.h>
13 extern struct Library
* DataTypesBase
;
15 /*****************************************************************************
18 #include <proto/datatypes.h>
25 struct Requester
* req
,
30 Invokes a boopsi method on a datatype object with a GadgetInfo derived from
31 the supplied window or requester parameter.
34 gad - The datatype object to work on
35 win - The window which contains the gadget or the requester with
37 req - If the gadget is in a requester, you must specify that one,
39 methodId - The message to the gadget follows here.
42 The result depends on the contents of the message sent to the
56 29-10-95 digulla automatically created from
57 intuition_lib.fd and clib/intuition_protos.h
58 25-10-96 calid submitted the code
60 *****************************************************************************/
62 AROS_SLOWSTACKMETHODS_PRE(methodId
)
63 retval
= DoDTMethodA (obj
66 , AROS_SLOWSTACKMETHODS_ARG(methodId
)
68 AROS_SLOWSTACKMETHODS_POST