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
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
levelmeter.conf
blob
f17a082ce3300cc56a438cab7913bf425c44f428
1
##begin config
2
basename Levelmeter
3
version 1.0
4
date 14.10.2003
5
superclass MUIC_Numeric
6
classdatatype struct Levelmeter_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
##end cdef
12
13
##begin cdefprivate
14
#include "levelmeter_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_NEW
19
MUIM_AskMinMax
20
MUIM_Cleanup
21
MUIM_Draw
22
MUIM_Setup
23
##end methodlist