the ongoing story of umpteen lines of code and its love affair with GTK2
[ardour.git] / gtk2_ardour / editing_syms.h
1 /* Changing this order will break the menu */
2 SNAPTYPE(SnapToFrame)
3 SNAPTYPE(SnapToCDFrame)
4 SNAPTYPE(SnapToSMPTEFrame)
5 SNAPTYPE(SnapToSMPTESeconds)
6 SNAPTYPE(SnapToSMPTEMinutes)
7 SNAPTYPE(SnapToSeconds)
8 SNAPTYPE(SnapToMinutes)
9 SNAPTYPE(SnapToAThirtysecondBeat)
10 SNAPTYPE(SnapToASixteenthBeat)
11 SNAPTYPE(SnapToAEighthBeat)
12 SNAPTYPE(SnapToAQuarterBeat)
13 SNAPTYPE(SnapToAThirdBeat)
14 SNAPTYPE(SnapToBeat)
15 SNAPTYPE(SnapToBar)
16 SNAPTYPE(SnapToMark)
17 SNAPTYPE(SnapToEditCursor)
18 SNAPTYPE(SnapToRegionStart)
19 SNAPTYPE(SnapToRegionEnd)
20 SNAPTYPE(SnapToRegionSync)
21 SNAPTYPE(SnapToRegionBoundary)
22
23 /* Changing this order will break the menu */
24 SNAPMODE(SnapNormal)
25 SNAPMODE(SnapMagnetic)
26
27 REGIONLISTSORTTYPE(ByEndInFile)
28 REGIONLISTSORTTYPE(ByLength)
29 REGIONLISTSORTTYPE(ByName)
30 REGIONLISTSORTTYPE(ByPosition)
31 REGIONLISTSORTTYPE(BySourceFileCreationDate)
32 REGIONLISTSORTTYPE(BySourceFileFS)
33 REGIONLISTSORTTYPE(BySourceFileLength)
34 REGIONLISTSORTTYPE(BySourceFileName)
35 REGIONLISTSORTTYPE(ByStartInFile)
36 REGIONLISTSORTTYPE(ByTimestamp)
37
38 MOUSEMODE(MouseGain)
39 MOUSEMODE(MouseObject)
40 MOUSEMODE(MouseRange)
41 MOUSEMODE(MouseTimeFX)
42 MOUSEMODE(MouseZoom)
43 MOUSEMODE(MouseAudition)
44
45 /* Changing this order will break the menu */
46 ZOOMFOCUS(ZoomFocusLeft)
47 ZOOMFOCUS(ZoomFocusRight)
48 ZOOMFOCUS(ZoomFocusCenter)
49 ZOOMFOCUS(ZoomFocusPlayhead)
50 ZOOMFOCUS(ZoomFocusEdit)
51
52 DISPLAYCONTROL(FollowPlayhead)
53 DISPLAYCONTROL(ShowMeasures)
54 DISPLAYCONTROL(ShowWaveforms)
55 DISPLAYCONTROL(ShowWaveformsRecording)
56
57 COLORID(cWaveForm)
58 COLORID(cMutedWaveForm)
59 COLORID(cSelectedFrameBase)
60 COLORID(cFrameBase)
61 COLORID(cAudioTrackBase)
62 COLORID(cAudioTrackOutline)
63 COLORID(cAudioBusBase)
64 COLORID(cTimeStretchFill)
65 COLORID(cTimeStretchOutline)
66 COLORID(cAutomationLine)
67 COLORID(cLeftPanAutomationLine)
68 COLORID(cRightPanAutomationLine)
69 COLORID(cRedirectAutomationLine)
70 COLORID(cControlPointFill)
71 COLORID(cControlPointOutline)
72 COLORID(cEnteredControlPointOutline)
73 COLORID(cEnteredControlPointSelected)
74 COLORID(cEnteredControlPoint)
75 COLORID(cControlPointSelected)
76 COLORID(cControlPoint)
77 COLORID(cAutomationTrackFill)
78 COLORID(cAutomationTrackOutline)
79 COLORID(cCrossfadeEditorBase)
80 COLORID(cCrossfadeEditorLine)
81 COLORID(cSelectedCrossfadeEditorLine)
82 COLORID(cCrossfadeEditorLineShading)
83 COLORID(cCrossfadeEditorPointFill)
84 COLORID(cCrossfadeEditorPointOutline)
85 COLORID(cCrossfadeEditorWave)
86 COLORID(cSelectedCrossfadeEditorWave)
87 COLORID(cCrossfadeLine)
88 COLORID(cActiveCrossfade)
89 COLORID(cInactiveCrossfade)
90 COLORID(cLocationMarker)
91 COLORID(cLocationRange)
92 COLORID(cLocationCDMarker)
93 COLORID(cLocationLoop)
94 COLORID(cLocationPunch)
95 COLORID(cVerboseCanvasCursor)
96 COLORID(cTempoBar)
97 COLORID(cMeterBar)
98 COLORID(cMarkerBar)
99 COLORID(cRangeMarkerBar)
100 COLORID(cTransportMarkerBar)
101 COLORID(cRangeDragBarRect)
102 COLORID(cRangeDragBarRectFill)
103 COLORID(cRangeDragRect)
104 COLORID(cRangeDragRectFill)
105 COLORID(cTransportDragRect)
106 COLORID(cTransportDragRectFill)
107 COLORID(cMarkerDragLine)
108 COLORID(cTransportLoopRect)
109 COLORID(cTransportLoopRectFill)
110 COLORID(cTransportPunchRect)
111 COLORID(cTransportPunchRectFill)
112 COLORID(cPunchInLine)
113 COLORID(cPunchOutLine)
114 COLORID(cZoomRect)
115 COLORID(cZoomRectFill)
116 COLORID(cRubberBandRect)
117 COLORID(cRubberBandRectFill)
118 COLORID(cFirstActionMessage)
119 COLORID(cEnteredGainLine)
120 COLORID(cEnteredAutomationLine)
121 COLORID(cEnteredMarker)
122 COLORID(cMeterMarker)
123 COLORID(cTempoMarker)
124 COLORID(cMeasureLineBeat)
125 COLORID(cMeasureLineBar)
126 COLORID(cGhostTrackBaseOutline)
127 COLORID(cGhostTrackBaseFill)
128 COLORID(cGhostTrackWave)
129 COLORID(cImageTrackBase)
130 COLORID(cImageTrackOutline)
131 COLORID(cMarkerTrackBase)
132 COLORID(cMarkerTrackOutline)
133 COLORID(cZeroLine)
134 COLORID(cGainLine)
135 COLORID(cGainLineInactive)
136 COLORID(cRecordingRectFill)
137 COLORID(cRecordingRectOutline)
138 COLORID(cSelectionRectFill)
139 COLORID(cSelectionRectOutline)
140 COLORID(cSelectionEndFill)
141 COLORID(cSelectionEndOutline)
142 COLORID(cSelectionStartFill)
143 COLORID(cSelectionStartOutline)
144 COLORID(cVestigialFrameFill)
145 COLORID(cVestigialFrameOutline)
146 COLORID(cTimeAxisFrameFill)
147 COLORID(cTimeAxisFrameOutline)
148 COLORID(cNameHighlightFill)
149 COLORID(cNameHighlightOutline)
150 COLORID(cFrameHandleStartFill)
151 COLORID(cFrameHandleStartOutline)
152 COLORID(cFrameHandleEndFill)
153 COLORID(cFrameHandleEndOutline)
154 COLORID(cTrimHandleLockedStart)
155 COLORID(cTrimHandleLockedEnd)
156 COLORID(cTrimHandleStart)
157 COLORID(cTrimHandleEnd)