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
/
zune
/
busy
/
busy.conf
blob
94ec669dd2c703312eff035b7d7fa3fe4390e6b4
1
##begin config
2
basename Busy
3
version 2.4
4
date 14.06.2005
5
superclass MUIC_Area
6
classdatatype struct Busy_DATA
7
##end config
8
9
##begin cdef
10
#include <libraries/mui.h>
11
#include <mui/Busy_mcc.h>
12
##end cdef
13
14
##begin cdefprivate
15
#include "busy_private.h"
16
##end cdefprivate
17
18
##begin methodlist
19
OM_GET
20
OM_NEW
21
OM_SET
22
MUIM_AskMinMax
23
MUIM_Busy_Move
24
MUIM_Cleanup
25
MUIM_Draw
26
MUIM_Hide
27
MUIM_Setup
28
MUIM_Show
29
##end methodlist