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
/
classes
/
gadgets
/
aroslistview
/
aroslistview.conf
blob
6d9ef77986a7806069c4f431c1eeb6e18259f22f
1
##begin config
2
basename AROSListview
3
version 41.0
4
classid AROSLISTVIEWCLASS
5
superclass AROSLISTCLASS
6
classdatatype struct LVData
7
##end config
8
##begin cdef
9
#include <gadgets/aroslistview.h>
10
#include <gadgets/aroslist.h>
11
##end cdef
12
##begin cdefprivate
13
#include "aroslistview_intern.h"
14
##end cdefprivate
15
##begin methodlist
16
OM_DISPOSE
17
OM_NEW
18
OM_SET
19
OM_UPDATE
20
GM_GOACTIVE
21
GM_GOINACTIVE
22
GM_HANDLEINPUT
23
GM_HITTEST
24
GM_LAYOUT
25
GM_RENDER
26
AROSM_Listview_Insert
27
AROSM_Listview_InsertSingle
28
AROSM_Listview_Remove
29
##end methodlist