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 IntuitionBase
* IntuitionBase
;
15 /*****************************************************************************
18 #include <intuition/intuition.h>
19 #include <proto/intuition.h>
26 struct Requester
* req
,
31 Invokes a boopsi method on a object with a GadgetInfo derived from
32 the supplied window or requester parameter.
35 gad - The gadget to work on
36 win - The window which contains the gadget or the requester with
38 req - If the gadget is in a requester, you must specify that one,
40 methodId - The message to the gadget follows here.
43 The result depends on the contents of the message sent to the
57 29-10-95 digulla automatically created from
58 intuition_lib.fd and clib/intuition_protos.h
59 25-10-96 calid submitted the code
61 *****************************************************************************/
63 AROS_SLOWSTACKMETHODS_PRE(methodId
)
64 retval
= DoGadgetMethodA (gad
67 , AROS_SLOWSTACKMETHODS_ARG(methodId
)
69 AROS_SLOWSTACKMETHODS_POST
70 } /* DoGadgetMethod */