revert between 56095 -> 55830 in arch
[AROS.git] / workbench / classes / datatypes / sound / sound.conf
blob07c2d902b88045ff52a398e33d3b5ce298054642
1 ##begin config
2 version 41.11
3 date 11.08.2000
4 copyright © 1998-2000 by Stephan Rupprecht
5 libbasetype struct ClassBase
6 classptr_field cb_Class
7 classdatatype struct InstanceData
8 ##end config
9 ##begin cdef
10 #include <intuition/gadgetclass.h>
11 #include <datatypes/datatypesclass.h>
12 ##end cdef
13 ##begin cdefprivate
14 #include "classbase.h"
15 ##end cdefprivate
16 ##begin methodlist
17 OM_DISPOSE
18 .function Sound_DISPOSE
19 OM_GET
20 .function Sound_GET
21 OM_NEW
22 .function Sound_NEW
23 OM_SET
24 .function Sound_SET
25 OM_UPDATE
26 .function Sound_UPDATE
27 GM_DOMAIN
28 .function Sound_DOMAIN
29 GM_GOINACTIVE
30 .function Sound_GOINACTIVE
31 GM_HANDLEINPUT
32 .function Sound_HANDLEINPUT
33 .alias GM_GOACTIVE
34 GM_HITTEST
35 .function Sound_HITTEST
36 .alias GM_HELPTEST
37 GM_LAYOUT
38 .function Sound_LAYOUT
39 .alias DTM_PROCLAYOUT
40 GM_RENDER
41 .function Sound_RENDER
42 DTM_CLEARSELECTED
43 .function Sound_CLEARSELECTED
44 DTM_WRITE
45 .function Sound_WRITE
46 .alias DTM_COPY
47 DTM_DRAW
48 .function Sound_DRAW
49 DTM_OBTAINDRAWINFO
50 .function Sound_OBTAINDRAWINFO
51 DTM_RELEASEDRAWINFO
52 .function Sound_RELEASEDRAWINFO
53 DTM_REMOVEDTOBJECT
54 .function Sound_REMOVEDTOBJECT
55 DTM_SELECT
56 .function Sound_SELECT
57 DTM_TRIGGER
58 .function Sound_TRIGGER
59 ##end methodlist