Initial commit
[amiga/BoopsiListView.git] / 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 /* Values for the SYSIA_Which attribute */
14 #define VG_PLAY                 0
15 #define VG_STOP                 1
16 #define VG_REW                  2
17 #define VG_FWD                  3
18 #define VG_PICK                 4
19 #define VG_UPARROW              5
20 #define VG_DOWNARROW    6
21 #define VG_LEFTARROW    7
22 #define VG_RIGHTARROW   8
23
24
25 /* Number of glyphs offered by the vectorglyph.image class */
26 #define VG_IMGCOUNT 9