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
/
clock
/
clock.conf
blob
a180cdae9e02c62a354ebcb960f094792dbcbf52
1
##begin config
2
basename Clock
3
version 1.0
4
date 27.05.2003
5
superclass MUIC_Area
6
classdatatype struct Clock_DATA
7
##end config
8
9
##begin cdef
10
#include <utility/date.h>
11
#include <libraries/mui.h>
12
#include <zune/clock.h>
13
##end cdef
14
15
##begin cdefprivate
16
#include "clock_private.h"
17
##end cdefprivate
18
19
##begin methodlist
20
OM_DISPOSE
21
OM_GET
22
OM_NEW
23
OM_SET
24
MUIM_AskMinMax
25
MUIM_Cleanup
26
MUIM_Clock_Timer
27
MUIM_Draw
28
MUIM_Setup
29
##end methodlist