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
/
penadjust.conf
blob
8b9fa0f6181bb3b3d5bc893b213720da70034993
1
##begin config
2
basename Penadjust
3
version 1.1
4
date 06.07.2003
5
superclass MUIC_Register
6
classdatatype struct Penadjust_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
#include "penspec.h"
12
##end cdef
13
14
##begin cdefprivate
15
#include "penadjust_private.h"
16
##end cdefprivate
17
18
##begin methodlist
19
OM_GET
20
OM_NEW
21
OM_SET
22
##end methodlist