config: fix build with external compiler by passing the sysroot where needed
[AROS.git] / arch / .unmaintained / morphos / Include / gadgets / arospalette.h
blob32ff3013b35843b17ec4b548a0a955f9ed677593
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef GADGETS_AROSPALETTE_H
7 # define GADGETS_AROSPALETTE_H
9 #ifndef LIBRARIES_GADTOOLS_H
10 # include <libraries/gadtools.h>
11 #endif
13 #define AROSPALETTECLASS "palette.aros"
14 #define AROSPALETTENAME "Gadgets/arospalette.gadget"
16 /* [IS] (UBYTE) The number of colors to show specified by depth.
17 Palette will show 2^depth colors */
18 #define AROSA_Palette_Depth GTPA_Depth
20 /* [ISG] (UBYTE) Select color of palette */
21 #define AROSA_Palette_Color GTPA_Color
23 /* [ISG] (UBYTE) First color to use in palette */
24 #define AROSA_Palette_ColorOffset GTPA_ColorOffset
26 /* [I] (UWORD) Width of indicator box. If specified, color indicator
27 box will be placed to the left of palette. */
28 #define AROSA_Palette_IndicatorWidth GTPA_IndicatorWidth
30 /* [I] (UWORD) Height of indicator box. If specified, color indicator
31 box will be placed on the top of palette. */
32 #define AROSA_Palette_IndicatorHeight GTPA_IndicatorHeight
34 #define AROSA_Palette_NumColors GTPA_NumColors
36 /* [ISG] */
37 #define AROSA_Palette_ColorTable GTPA_ColorTable
39 #endif /* GADGETS_AROSPALETTE#_H */