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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
workbench
/
system
/
Wanderer
/
Classes
/
icon.conf
blob
90acc1313925814ea7e5101ac7a7ff5b1e068bf4
1
##begin config
2
basename Icon
3
version 1.0
4
date 13.03.2009
5
superclass MUIC_Area
6
classdatatype struct Icon_DATA
7
##end config
8
9
##begin cdef
10
#include <libraries/mui.h>
11
##end cdef
12
13
##begin cdefprivate
14
#include "icon_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_NEW
19
OM_DISPOSE
20
OM_SET
21
OM_GET
22
MUIM_Setup
23
MUIM_Show
24
MUIM_Hide
25
MUIM_Cleanup
26
MUIM_AskMinMax
27
MUIM_Draw
28
MUIM_Layout
29
MUIM_CreateDragImage
30
MUIM_DeleteDragImage
31
##end methodlist