locate when clicking on start/end fields in time info box
[ardour.git] / gtk2_ardour / time_info_box.h
index 734f9ebb95492492a922b74ba6a1ca7350ebc894..50561d1249a2dffe6d21ced4d8ef066cc73ac5b0 100644 (file)
@@ -72,6 +72,8 @@ class TimeInfoBox : public Gtk::Table, public ARDOUR::SessionHandlePtr
 
     void sync_selection_mode (AudioClock*);
     void sync_punch_mode (AudioClock*);
+
+    bool clock_button_release_event (GdkEventButton* ev, AudioClock* src);
 };