summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-28 11:27:02 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-28 11:27:02 -0500
commit02af7cb418cbd373740963f044997f5344381fef (patch)
tree5338d77542346f352a9062fe923646c866fa1c53 /gtk2_ardour/editor.h
parentdf2a8fccc76dfd295f10a5f64f755a03163727d2 (diff)
alternate layout with a full-height editor-mixer, for mixbus
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index d3d240611a..4a62d3a0cb 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -277,7 +277,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void export_range ();
void export_region ();
- void add_toplevel_controls (Gtk::Container&);
+ void add_transport_frame (Gtk::Container&);
+ void add_toplevel_menu (Gtk::Container&);
Gtk::HBox& get_status_bar_packer() { return status_bar_hpacker; }
void set_zoom_focus (Editing::ZoomFocus);
@@ -969,6 +970,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
std::vector<ARDOUR::framepos_t> region_boundary_cache;
void build_region_boundary_cache ();
+ Gtk::HBox toplevel_hpacker;
+
Gtk::HBox top_hbox;
Gtk::HBox bottom_hbox;