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
/
crawling.conf
blob
730ae65fb3045f5a360e70e27d2e55e1394b0557
1
##begin config
2
basename Crawling
3
version 1.0
4
date 16.10.2003
5
superclass MUIC_Virtgroup
6
classdatatype struct Crawling_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
##end cdef
12
13
##begin cdefprivate
14
#include "crawling_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_NEW
19
MUIM_HandleEvent
20
MUIM_Hide
21
MUIM_Setup
22
MUIM_Show
23
##end methodlist