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 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git]
/
workbench
/
classes
/
zune
/
lamp
/
lamp.conf
blob
a97b7aba5f783104eff592b803566cdac030d2e0
1
##begin config
2
basename Lamp
3
version 12.1
4
date 18.2.2012
5
superclass MUIC_Area
6
classdatatype struct Lamp_DATA
7
##end config
8
9
##begin cdef
10
#include <libraries/mui.h>
11
#include "Lamp_mcc.h"
12
##end cdef
13
14
##begin cdefprivate
15
#include "lamp_private.h"
16
##end cdefprivate
17
18
##begin methodlist
19
OM_NEW
20
OM_SET
21
OM_GET
22
MUIM_Cleanup
23
MUIM_Draw
24
MUIM_AskMinMax
25
MUIM_Lamp_SetRGB
26
##end methodlist