Initial commit
[amiga/OpenBoopsi.git] / include / images / VectorGlyphIClass.h
1 /*
2 **      VectorGlyphIClass.h
3 **
4 **      Copyright (C) 1995,96,97,98 by Bernardo Innocenti
5 **
6 **      "vectorglyphiclass" class, a vector image class built
7 **      on top of the "imageclass", providing some useful
8 **      glyphs for buttons.
9 */
10
11 #define VECTORGLYPHCLASS "vectorglyphiclass"
12
13 Class   *MakeVectorGlyphIClass(void);
14 BOOL     FreeVectorGlyphIClass(Class *class);
15
16 /* Values for the SYSIA_Which attribute */
17 #define VG_PLAY                 0
18 #define VG_STOP                 1
19 #define VG_REW                  2
20 #define VG_FWD                  3
21 #define VG_PICK                 4
22 #define VG_UPARROW              5
23 #define VG_DOWNARROW    6
24 #define VG_LEFTARROW    7
25 #define VG_RIGHTARROW   8
26
27
28 /* Number of glyphs offered by the vectorglyph.image class */
29 #define VG_IMGCOUNT 9