repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
system
/
Wanderer
/
Classes
/
icon.conf
blob
07802f65ad8f7baed59fa57df8733c438e134532
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
#include "icon_private.h"
12
##end cdef
13
14
##begin methodlist
15
OM_NEW
16
OM_DISPOSE
17
OM_SET
18
OM_GET
19
MUIM_Setup
20
MUIM_Show
21
MUIM_Hide
22
MUIM_Cleanup
23
MUIM_AskMinMax
24
MUIM_Draw
25
MUIM_Layout
26
MUIM_CreateDragImage
27
MUIM_DeleteDragImage
28
##end methodlist