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
/
libs
/
muimaster
/
classes
/
popimage.conf
blob
72093c67958989e2e3d3a4b737d6855518fc208e
1
##begin config
2
basename Popimage
3
version 1.1
4
date 06.07.2003
5
superclass MUIC_Imagedisplay
6
classdatatype struct Popimage_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
##end cdef
12
13
##begin cdefprivate
14
#include "popimage_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_DISPOSE
19
OM_NEW
20
MUIM_DisconnectParent
21
MUIM_Hide
22
MUIM_Popimage_CloseWindow
23
MUIM_Popimage_OpenWindow
24
##end methodlist