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
arch/cpu.resource: remove dead code
[AROS.git]
/
workbench
/
classes
/
zune
/
aboutwindow
/
aboutwindow.conf
blob
e1168490cf0e2e4d25641463b99e89b9cc7439e3
1
##begin config
2
basename AboutWindow
3
version 1.0
4
date 12.06.2003
5
superclass MUIC_Window
6
classdatatype struct AboutWindow_DATA
7
##end config
8
9
##begin cdef
10
#include <libraries/mui.h>
11
#include <zune/aboutwindow.h>
12
##end cdef
13
14
##begin cdefprivate
15
#include "aboutwindow_private.h"
16
##end cdefprivate
17
18
##begin methodlist
19
OM_DISPOSE
20
OM_NEW
21
MUIM_Window_Setup
22
##end methodlist