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