~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to noatun/noatun/modules/winskin/waSkins.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  names for the different skins in winamp
 
3
  Copyright (C) 1999  Martin Vogt
 
4
 
 
5
  This program is free software; you can redistribute it and/or modify
 
6
  it under the terms of the GNU General Public License as published by
 
7
  the Free Software Foundation.
 
8
 
 
9
  For more information look at the file COPYRIGHT in this package
 
10
 
 
11
 */
 
12
 
 
13
 
 
14
#ifndef _WASKINS_H
 
15
#define _WASKINS_H
 
16
 
 
17
 
 
18
 
 
19
/**
 
20
   The Skin file format was downloaded from the web.
 
21
   http://www.algonet.et.se/~daniel7
 
22
 
 
23
   Author: unknown
 
24
*/
 
25
 
 
26
 
 
27
#define _WA_SKIN_MAIN                   0
 
28
#define _WA_SKIN_CBUTTONS_PREV_NORM     1          
 
29
#define _WA_SKIN_CBUTTONS_PREV_PRES     2
 
30
#define _WA_SKIN_CBUTTONS_PLAY_NORM     3
 
31
#define _WA_SKIN_CBUTTONS_PLAY_PRES     4
 
32
#define _WA_SKIN_CBUTTONS_PAUSE_NORM    5 
 
33
#define _WA_SKIN_CBUTTONS_PAUSE_PRES    6
 
34
#define _WA_SKIN_CBUTTONS_STOP_NORM     7
 
35
#define _WA_SKIN_CBUTTONS_STOP_PRES     8
 
36
#define _WA_SKIN_CBUTTONS_NEXT_NORM     9
 
37
#define _WA_SKIN_CBUTTONS_NEXT_PRES     10
 
38
#define _WA_SKIN_CBUTTONS_EJECT_NORM    11
 
39
#define _WA_SKIN_CBUTTONS_EJECT_PRESS   12 
 
40
 
 
41
#define _WA_SKIN_MONOSTER_STEREO_TRUE   13
 
42
#define _WA_SKIN_MONOSTER_STEREO_FALSE  14
 
43
#define _WA_SKIN_MONOSTER_MONO_TRUE     15
 
44
#define _WA_SKIN_MONOSTER_MONO_FALSE    16
 
45
 
 
46
#define _WA_SKIN_NUMBERS                17
 
47
#define _WA_SKIN_NUMBERS_MINUS          18
 
48
 
 
49
#define _WA_SKIN_SHUFREP_REPEAT_NOT_SET_NORM     19
 
50
#define _WA_SKIN_SHUFREP_REPEAT_NOT_SET_PRES     20
 
51
#define _WA_SKIN_SHUFREP_REPEAT_SET_NORM         21
 
52
#define _WA_SKIN_SHUFREP_REPEAT_SET_PRES         22
 
53
#define _WA_SKIN_SHUFREP_SHUFFLE_NOT_SET_NORM    23
 
54
#define _WA_SKIN_SHUFREP_SHUFFLE_NOT_SET_PRES    24
 
55
#define _WA_SKIN_SHUFREP_SHUFFLE_SET_NORM        25
 
56
#define _WA_SKIN_SHUFREP_SHUFFLE_SET_PRES        26
 
57
#define _WA_SKIN_SHUFREP_PLAYLIST_NOT_SET_NORM   27
 
58
#define _WA_SKIN_SHUFREP_PLAYLIST_NOT_SET_PRES   28
 
59
#define _WA_SKIN_SHUFREP_PLAYLIST_SET_NORM       29
 
60
#define _WA_SKIN_SHUFREP_PLAYLIST_SET_PRES       30
 
61
#define _WA_SKIN_SHUFREP_EQ_SET_NORM             31
 
62
#define _WA_SKIN_SHUFREP_EQ_SET_PRES             32
 
63
#define _WA_SKIN_SHUFREP_EQ_NOT_SET_NORM         33
 
64
#define _WA_SKIN_SHUFREP_EQ_NOT_SET_PRES         34
 
65
 
 
66
#define _WA_SKIN_TEXT                            35
 
67
 
 
68
#define _WA_SKIN_VOLUME_BAR_ALL_BARS             36
 
69
#define _WA_SKIN_VOLUME_BAR                      37
 
70
#define _WA_SKIN_VOLUME_SLIDER_NORM              38
 
71
#define _WA_SKIN_VOLUME_SLIDER_PRES              39
 
72
 
 
73
#define _WA_SKIN_BALANCE_BAR                     40
 
74
#define _WA_SKIN_BALANCE_SLIDER_NORM             41
 
75
#define _WA_SKIN_BALANCE_SLIDER_PRES             42
 
76
 
 
77
 
 
78
 
 
79
#define _WA_SKIN_POS_BAR                         43
 
80
#define _WA_SKIN_POS_BAR_SLIDER_NORM             44
 
81
#define _WA_SKIN_POS_BAR_SLIDER_PRES             45
 
82
 
 
83
#define _WA_SKIN_PLAYPAUS_PLAY                   46
 
84
#define _WA_SKIN_PLAYPAUS_PAUSE                  47
 
85
#define _WA_SKIN_PLAYPAUS_STOP                   48
 
86
#define _WA_SKIN_TITLE                   49
 
87
#define _WA_SKIN_TITLE_SHADE_PRES                   50
 
88
#define _WA_SKIN_TITLE_SHADE_NORM                   51
 
89
 
 
90
#define _WA_MAPPING_MAIN                 0
 
91
#define _WA_MAPPING_CBUTTONS_PREV        1
 
92
#define _WA_MAPPING_CBUTTONS_PLAY        2
 
93
#define _WA_MAPPING_CBUTTONS_PAUSE       3
 
94
#define _WA_MAPPING_CBUTTONS_STOP        4
 
95
#define _WA_MAPPING_CBUTTONS_NEXT        5
 
96
#define _WA_MAPPING_CBUTTONS_EJECT       6
 
97
#define _WA_MAPPING_MONOSTER_STEREO      7
 
98
#define _WA_MAPPING_MONOSTER_MONO        8
 
99
#define _WA_MAPPING_REPEAT               9
 
100
#define _WA_MAPPING_SHUFFLE              10
 
101
#define _WA_MAPPING_PLAYLIST             11
 
102
#define _WA_MAPPING_EQ                   12
 
103
#define _WA_MAPPING_VOLUME_BAR           13
 
104
#define _WA_MAPPING_VOLUME_SLIDER        14
 
105
#define _WA_MAPPING_BALANCE_BAR          15
 
106
#define _WA_MAPPING_BALANCE_SLIDER       16
 
107
#define _WA_MAPPING_PLAYPAUS             17
 
108
#define _WA_MAPPING_POS_BAR              18
 
109
#define _WA_MAPPING_POS_BAR_SLIDER       19
 
110
#define _WA_MAPPING_MINUS                20
 
111
#define _WA_MAPPING_DIGIT_1              21
 
112
#define _WA_MAPPING_DIGIT_2              22
 
113
#define _WA_MAPPING_DIGIT_3              23
 
114
#define _WA_MAPPING_DIGIT_4              24
 
115
#define _WA_MAPPING_ANALYSER             25
 
116
#define _WA_MAPPING_BPS                  26
 
117
#define _WA_MAPPING_FREQ                 27
 
118
#define _WA_MAPPING_INFO                 28
 
119
#define _WA_MAPPING_TITLE            29
 
120
#define _WA_MAPPING_TITLE_SHADE            30
 
121
 
 
122
#define _WA_MAPPING_ENTRIES      31
 
123
#define _WA_SKIN_ENTRIES         52
 
124
 
 
125
 
 
126
 
 
127
 
 
128
 
 
129
#endif