summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-02 13:55:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-02 13:55:06 +0000
commit337be498395e4418ea26a6d3bd064ab4c88373c8 (patch)
treee494f267392419d183c9b39d5db09a95d831cf5d /gtk2_ardour/monitor_section.h
parentcc4f13193caac6108f19953dde658204dfaccbbd (diff)
clean up display of channel buttons in monitor section so that it looks optimal for both normal people and ambisonics freaks
git-svn-id: svn://localhost/ardour2/branches/3.0@10393 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/monitor_section.h')
-rw-r--r--gtk2_ardour/monitor_section.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h
index 41c8c074de..0b375b4a4d 100644
--- a/gtk2_ardour/monitor_section.h
+++ b/gtk2_ardour/monitor_section.h
@@ -50,12 +50,17 @@ class MonitorSection : public RouteUI
private:
Gtk::VBox vpacker;
Gtk::HBox hpacker;
- Gtk::Table main_table;
- Gtk::ScrolledWindow main_table_scroller;
Gtk::VBox upper_packer;
Gtk::VBox lower_packer;
Gtkmm2ext::TearOff* _tearoff;
+ Gtk::HBox channel_table_packer;
+ Gtk::HBox table_hpacker;
+ Gtk::Table channel_table;
+ Gtk::Table channel_table_header;
+ Gtk::ScrolledWindow channel_table_scroller;
+ Glib::RefPtr<Gtk::SizeGroup> channel_size_group;
+
struct ChannelButtonSet {
ArdourButton cut;
ArdourButton dim;