fix copy/drag abort.
[ardour.git] / gtk2_ardour / insert_time_dialog.h
index 15ae77515cf9659a77260d84774ad6c4adf65a3f..3c365c1f6b64dbaddfc59d75ff88809d5063f8bd 100644 (file)
@@ -28,6 +28,7 @@ public:
        InsertTimeDialog (PublicEditor &);
 
        Editing::InsertTimeOption intersected_region_action ();
+       bool all_playlists () const;
        bool move_glued () const;
        bool move_markers () const;
        bool move_glued_markers () const;
@@ -40,10 +41,12 @@ private:
 
        PublicEditor& _editor;
        Gtk::ComboBoxText _intersected_combo;
+       Gtk::CheckButton _all_playlists;
        Gtk::CheckButton _move_glued;
        Gtk::CheckButton _move_markers;
        Gtk::CheckButton _move_glued_markers;
        Gtk::CheckButton _move_locked_markers;
        Gtk::CheckButton _move_tempos;
+       Gtk::Label tempo_label;
        AudioClock _clock;
 };