repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
classes
/
gadgets
/
tapedeck
/
tapedeck.conf
blob
fe01579642b6ad6d299a1cb8ab8dfce7c8b3933f
1
##begin config
2
basename TapeDeck
3
version 41.0
4
classid TAPEDECKCLASS
5
classdatatype struct TapeDeckData
6
##end config
7
##begin cdef
8
#include <gadgets/tapedeck.h>
9
##end cdef
10
##begin cdefprivate
11
#include "tapedeck_intern.h"
12
##end cdefprivate
13
##begin methodlist
14
OM_DISPOSE
15
OM_GET
16
OM_NEW
17
OM_SET
18
GM_LAYOUT
19
GM_RENDER
20
GM_HANDLEINPUT
21
.alias GM_GOACTIVE
22
GM_GOINACTIVE
23
##end methodlist