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
/
imagedisplay.conf
blob
00db8f5f3d306ca83f35a8a7cd09065544cd7169
1
##begin config
2
basename Imagedisplay
3
version 1.1
4
date 06.07.2003
5
superclass MUIC_Area
6
classdatatype struct Imagedisplay_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
##end cdef
12
13
##begin cdefprivate
14
#include "imagedisplay_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_DISPOSE
19
OM_GET
20
OM_NEW
21
OM_SET
22
MUIM_AskMinMax
23
MUIM_Cleanup
24
MUIM_DragDrop
25
MUIM_DragQuery
26
MUIM_Draw
27
MUIM_Hide
28
MUIM_Setup
29
MUIM_Show
30
##end methodlist