Editor zooming:
[ardour.git] / gtk2_ardour / editor.h
index 1e3f4c9a990273e4fcb66c2d43edb78b55652c6e..b43beff9bc4c0818d680f7ec70804a46c391ae38 100644 (file)
@@ -364,6 +364,9 @@ public:
        void set_group_tabs ();
        void toggle_measure_visibility ();
 
+       /* returns the left-most and right-most time that the gui should allow the user to scroll to */
+       std::pair <framepos_t,framepos_t> session_gui_extents() const; 
+
        /* fades */
 
        void toggle_region_fades (int dir);