summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-08-24 22:28:00 +0000
committerCarl Hetherington <carl@carlh.net>2009-08-24 22:28:00 +0000
commitce1f2f73db6a3e3a74033db5b8076a074206419d (patch)
treeded542ed2606a86085ae8906f3e5bd2da65c5676 /gtk2_ardour/editor.h
parent42dccb2a65089e006b268f797854f7662ac9746c (diff)
Patch from lincoln to add track resize buttons to the top-left corner of the editor (underneath the zoom buttons). Mantis 2768.
git-svn-id: svn://localhost/ardour2/branches/3.0@5587 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 729211ed9d..5f5147a677 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -308,6 +308,7 @@ class Editor : public PublicEditor
double get_current_zoom () const { return frames_per_unit; }
void temporal_zoom_step (bool coarser);
+ void tav_zoom_step (bool coarser);
/* stuff that AudioTimeAxisView and related classes use */
@@ -1510,6 +1511,9 @@ public:
Gtk::Button zoom_out_full_button;
Gtk::Button zoom_onetoone_button;
+ Gtk::Button tav_expand_button;
+ Gtk::Button tav_shrink_button;
+
Gtk::VBox toolbar_clock_vbox;
Gtk::VBox toolbar_selection_clock_vbox;
Gtk::Table toolbar_selection_clock_table;
@@ -1569,6 +1573,7 @@ public:
Glib::RefPtr<Gtk::RadioAction> zoom_focus_action (Editing::ZoomFocus);
Gtk::HBox zoom_box;
+ Gtk::HBox track_zoom_box;
Gtk::VBox zoom_vbox;
void zoom_adjustment_changed();