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
/
libs
/
muimaster
/
classes
/
colorfield.conf
blob
017f3f8664aec25b0dcf646e31a72c489fde8d10
1
##begin config
2
basename Colorfield
3
version 1.2
4
date 13.3.2015
5
superclass MUIC_Area
6
classdatatype struct Colorfield_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
##end cdef
12
13
##begin cdefprivate
14
#include "colorfield_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_GET
19
OM_NEW
20
OM_SET
21
MUIM_AskMinMax
22
MUIM_Cleanup
23
MUIM_Draw
24
MUIM_Setup
25
##end methodlist