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 commit 56204.
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
frameadjust.conf
blob
224337dd52bdfa85f76960503a2b9e5066d617a7
1
##begin config
2
basename Frameadjust
3
version 1.1
4
date 06.07.2003
5
superclass MUIC_Group
6
classdatatype struct Frameadjust_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
#include "frame.h"
12
##end cdef
13
14
##begin cdefprivate
15
#include "frameadjust_private.h"
16
##end cdefprivate
17
18
##begin methodlist
19
OM_GET
20
OM_NEW
21
##end methodlist