fix #1637 (needs merging to 2.0.1 branch); remove debug printf
[ardour.git] / gtk2_ardour / colors.h
1 /*
2     Copyright (C) 2000-2007 Paul Davis 
3
4     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.
8
9     This program is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18 */
19
20 /* no guard clauses here */
21
22 COLORID(cWaveForm)
23 COLORID(cWaveFormClip)
24 COLORID(cMutedWaveForm)
25 COLORID(cSelectedFrameBase)
26 COLORID(cFrameBase)
27 COLORID(cAudioTrackBase)
28 COLORID(cAudioTrackOutline)
29 COLORID(cAudioBusBase)
30 COLORID(cMidiTrackBase)
31 COLORID(cMidiTrackOutline)
32 COLORID(cMidiBusBase)
33 COLORID(cTimeStretchFill)
34 COLORID(cTimeStretchOutline)
35 COLORID(cAutomationLine)
36 COLORID(cLeftPanAutomationLine)
37 COLORID(cRightPanAutomationLine)
38 COLORID(cRedirectAutomationLine)
39 COLORID(cControlPointFill)
40 COLORID(cControlPointOutline)
41 COLORID(cEnteredControlPointOutline)
42 COLORID(cEnteredControlPointSelected)
43 COLORID(cEnteredControlPoint)
44 COLORID(cControlPointSelected)
45 COLORID(cControlPoint)
46 COLORID(cAutomationTrackFill)
47 COLORID(cAutomationTrackOutline)
48 COLORID(cCrossfadeEditorBase)
49 COLORID(cCrossfadeEditorLine)
50 COLORID(cSelectedCrossfadeEditorLine)
51 COLORID(cCrossfadeEditorLineShading)
52 COLORID(cCrossfadeEditorPointFill)
53 COLORID(cCrossfadeEditorPointOutline)
54 COLORID(cCrossfadeEditorWave)
55 COLORID(cSelectedCrossfadeEditorWave)
56 COLORID(cCrossfadeLine)
57 COLORID(cActiveCrossfade)
58 COLORID(cInactiveCrossfade)
59 COLORID(cLocationMarker)
60 COLORID(cLocationRange)
61 COLORID(cLocationCDMarker)
62 COLORID(cLocationLoop)
63 COLORID(cLocationPunch)
64 COLORID(cVerboseCanvasCursor)
65 COLORID(cTempoBar)
66 COLORID(cMeterBar)
67 COLORID(cMarkerBar)
68 COLORID(cRangeMarkerBar)
69 COLORID(cTransportMarkerBar)
70 COLORID(cRangeDragBarRect)
71 COLORID(cRangeDragBarRectFill)
72 COLORID(cRangeDragRect)
73 COLORID(cRangeDragRectFill)
74 COLORID(cTransportDragRect)
75 COLORID(cTransportDragRectFill)
76 COLORID(cMarkerDragLine)
77 COLORID(cTransportLoopRect)
78 COLORID(cTransportLoopRectFill)
79 COLORID(cTransportPunchRect)
80 COLORID(cTransportPunchRectFill)
81 COLORID(cPunchInLine)
82 COLORID(cPunchOutLine)
83 COLORID(cZoomRect)
84 COLORID(cZoomRectFill)
85 COLORID(cRubberBandRect)
86 COLORID(cRubberBandRectFill)
87 COLORID(cFirstActionMessage)
88 COLORID(cEnteredGainLine)
89 COLORID(cEnteredAutomationLine)
90 COLORID(cEnteredMarker)
91 COLORID(cMeterMarker)
92 COLORID(cTempoMarker)
93 COLORID(cMeasureLineBeat)
94 COLORID(cMeasureLineBar)
95 COLORID(cGhostTrackBaseOutline)
96 COLORID(cGhostTrackBaseFill)
97 COLORID(cGhostTrackWave)
98 COLORID(cGhostTrackWaveClip)
99 COLORID(cGhostTrackZeroLine)
100 COLORID(cImageTrackBase)
101 COLORID(cImageTrackOutline)
102 COLORID(cMarkerTrackBase)
103 COLORID(cMarkerTrackOutline)
104 COLORID(cZeroLine)
105 COLORID(cGainLine)
106 COLORID(cGainLineInactive)
107 COLORID(cRecordingRectFill)
108 COLORID(cRecordingRectOutline)
109 COLORID(cSelectionRectFill)
110 COLORID(cSelectionRectOutline)
111 COLORID(cSelectionEndFill)
112 COLORID(cSelectionEndOutline)
113 COLORID(cSelectionStartFill)
114 COLORID(cSelectionStartOutline)
115 COLORID(cVestigialFrameFill)
116 COLORID(cVestigialFrameOutline)
117 COLORID(cTimeAxisFrameFill)
118 COLORID(cTimeAxisFrameOutline)
119 COLORID(cNameHighlightFill)
120 COLORID(cNameHighlightOutline)
121 COLORID(cFrameHandleStartFill)
122 COLORID(cFrameHandleStartOutline)
123 COLORID(cFrameHandleEndFill)
124 COLORID(cFrameHandleEndOutline)
125 COLORID(cTrimHandleLockedStart)
126 COLORID(cTrimHandleLockedEnd)
127 COLORID(cTrimHandleStart)
128 COLORID(cTrimHandleEnd)
129 COLORID(cEditCursor)
130 COLORID(cPlayHead)
131