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
nouveau.hidd: disable warnings about not initialized variables
[AROS.git]
/
workbench
/
classes
/
gadgets
/
arospalette
/
arospalette.conf
blob
4eb65f370d1fb5dc7cb7a67c1ae039075eccce66
1
##begin config
2
basename AROSPalette
3
version 41.0
4
classid AROSPALETTECLASS
5
classdatatype struct PaletteData
6
##end config
7
##begin cdef
8
#include <gadgets/arospalette.h>
9
##end cdef
10
##begin cdefprivate
11
#include "arospalette_intern.h"
12
##end cdefprivate
13
##begin methodlist
14
OM_DISPOSE
15
OM_GET
16
OM_NEW
17
OM_SET
18
OM_UPDATE
19
GM_GOACTIVE
20
GM_HANDLEINPUT
21
GM_HITTEST
22
GM_LAYOUT
23
GM_RENDER
24
##end methodlist