ardour/gtk2_ardour/ui/editor_window.xml
Valeriy Kamyshniy 7fd88dd0e8 [Summary] Rearranging transport toolbar and other tools in editor window
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 462310]
2014-05-21 06:03:08 -05:00

127 lines
6.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Window>
<EventBox bgnormal="#000000">
<VBox id="vpacker">
<HBox id="menu_bar_base"/>
<VBox borderwidth="2" spacing ="3">
<EventBox bgnormal="#303030">
<HBox spacing ="1">
<iconbutton id="tracks_button"
width="52" height="51"
normalicon="tracks"
activeicon="tracks_active"
prelighticon="tracks_prelight" box.padding=""/>
<icon source="display_clock_mockup.png" tooltip="--------------------&#xA;This is a mockup&#xA;--------------------" />
<icon source="display_metrics_mockup.png" tooltip="--------------------&#xA;This is a mockup&#xA;--------------------" box.pack="end"/>
<EventBox bgnormal="#383838" box.expand="true" box.fill="true" box.padding="2">
<EventBox bgnormal="#151515" borderwidth="1"/>
</EventBox>
<VBox spacing ="1" box.pack="end">
<iconbutton id="mode_stereo_out_button"
width="79" height="25"
normalicon="mode_stereo_out"
activeicon="mode_stereo_out_active"
prelighticon="mode_stereo_out_prelight"
active="true"/>
<iconbutton id="mode_multi_out_button"
width="79" height="25"
normalicon="mode_multi_out"
activeicon="mode_multi_out_active"
prelighticon="mode_multi_out_prelight"/>
</VBox>
</HBox>
</EventBox>
<EventBox bgnormal="#3E3E3E">
<HBox spacing="1">
<iconbutton id="inspector_on_button"
tooltip="Show/Hide Inspector"
width="48" height="26"
normalicon="inspector_on"
activeicon="inspector_on_active"
prelighticon="inspector_on_prelight"/>
<iconbutton id="mixer_on_button"
tooltip="Show/Hide Mixer"
width="48" height="26"
normalicon="mixer_on"
activeicon="mixer_on_active"
prelighticon="mixer_on_prelight"/>
<iconbutton id="meter_bridge_on_button"
tooltip="Show/Hide Meter Bridge"
width="48" height="26"
normalicon="meter_bridge_on"
activeicon="meter_bridge_on_active"
prelighticon="meter_bridge_on_prelight"/>
<layout width="54" height="26" bgnormal=""/>
<iconbutton id="transport_start_button"
tooltip="Rewind"
width="34" height="26"
normalicon="transport_start"
activeicon="transport_start_active"
prelighticon="transport_start_prelight"/>
<iconbutton id="transport_end_button"
tooltip="Forward"
width="34" height="26"
normalicon="transport_end"
activeicon="transport_end_active"
prelighticon="transport_end_prelight"/>
<iconbutton id="transport_play_button"
tooltip="Play"
width="34" height="26"
normalicon="transport_play"
activeicon="transport_play_active"
prelighticon="transport_play_prelight"/>
<iconbutton id="transport_record_button"
tooltip="Record"
width="34" height="26"
normalicon="transport_record"
activeicon="transport_record_active"
prelighticon="transport_record_prelight"/>
<iconbutton id="transport_stop_button"
tooltip="Stop"
width="34" height="26"
normalicon="transport_stop"
activeicon="transport_stop_active"
prelighticon="transport_stop_prelight"/>
<iconbutton id="transport_loop_button"
tooltip="Loop"
width="34" height="26"
normalicon="transport_loop"
activeicon="transport_loop_active"
prelighticon="transport_loop_prelight"/>
<iconbutton id="lock_session_button"
tooltip="Lock"
width="34" height="26"
normalicon="lock_session"
activeicon="lock_session_active"
prelighticon="lock_session_prelight"/>
<layout width="60" height="26" bgnormal=""/>
<iconbutton id="tool_marker_button"
width="34" height="26"
normalicon="tool_marker"
activeicon="tool_marker_active"
prelighticon="tool_marker_prelight"/>
<iconbutton id="tool_arrow_button"
tooltip="Object Mode (select/move Objects)"
width="34" height="26"
normalicon="tool_arrow"
activeicon="tool_arrow_active"
prelighticon="tool_arrow_prelight"/>
<iconbutton id="tool_cut_button"
width="34" height="26"
normalicon="tool_cut"
activeicon="tool_cut_active"
prelighticon="tool_cut_prelight"/>
<iconbutton id="tool_zoom_button"
tooltip="Select Zoom Range"
width="34" height="26"
normalicon="tool_zoom"
activeicon="tool_zoom_active"
prelighticon="tool_zoom_prelight"/>
<layout width="68" height="26" bgnormal=""/>
</HBox>
</EventBox>
</VBox>
</VBox>
</EventBox>
</Window>