writable session patch, forward ported from 2.X
[ardour.git] / gtk2_ardour / audio_region_editor.h
index a84aec27c0f8136a87a9a764a9e0852fe86e34ad..57a9ba40c608f013395d683bf29a0b3506f31b80 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __gtk_ardour_audio_region_edit_h__
@@ -75,17 +74,22 @@ class AudioRegionEditor : public RegionEditor
        
        Gtk::Table time_table;
 
-       Gtk::Label start_label;
+       Gtk::Label position_label;
        Gtk::Label end_label;
        Gtk::Label length_label;
-       Gtk::Alignment start_alignment;
+       Gtk::Label sync_label;
+       Gtk::Label start_label;
+       Gtk::Alignment position_alignment;
        Gtk::Alignment end_alignment;
        Gtk::Alignment length_alignment;
+       Gtk::Alignment sync_alignment;
+       Gtk::Alignment start_alignment;
 
-       AudioClock start_clock;
+       AudioClock position_clock;
        AudioClock end_clock;
        AudioClock length_clock;
        AudioClock sync_offset_clock;
+       AudioClock start_clock;
 
        Gtk::HSeparator sep3;
        Gtk::VSeparator sep1;
@@ -100,7 +104,7 @@ class AudioRegionEditor : public RegionEditor
        void activation ();
 
        void name_entry_changed ();
-       void start_clock_changed ();
+       void position_clock_changed ();
        void end_clock_changed ();
        void length_clock_changed ();