changes to waveform clipping display
[ardour.git] / gtk2_ardour / location_ui.h
index 5a6e8649c7c403ca74fec59a4985ea70f72c7ae0..b01b63e8e454eb2c990ab072cce6c0e4fa4cef5f 100644 (file)
@@ -139,7 +139,7 @@ class LocationEditRow  : public Gtk::HBox, public ARDOUR::SessionHandlePtr
        void lock_changed (ARDOUR::Location *);
        void position_lock_style_changed (ARDOUR::Location *);
 
-       void set_clock_sensitivity ();
+       void set_clock_editable_status ();
 
        PBD::ScopedConnectionList connections;
 };
@@ -162,6 +162,10 @@ class LocationUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
 
   private:
        ARDOUR::LocationStack* locations;
+       /** set to the location that has just been created with the LocationUI `add' button
+           (if Config->get_name_new_markers() is true); if it is non-0, the name entry of
+           the location is given the focus by location_added().
+       */
        ARDOUR::Location *newest_location;
 
        void session_going_away ();