summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.h
diff options
context:
space:
mode:
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;