summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-10-13 11:07:47 +0000
committerCarl Hetherington <carl@carlh.net>2007-10-13 11:07:47 +0000
commitb3b5515cf93300644885224416a065ca98eb1315 (patch)
tree12933bdb1ef9da10d30466dbe406c9672a5659d7 /gtk2_ardour/io_selector.h
parentd4a05b52711b4e92be619037f468d5595428eb44 (diff)
Put row labels on both sides of the grid.
git-svn-id: svn://localhost/ardour2/trunk@2552 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index 65ad02df57..e93b5cb1c9 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -150,14 +150,14 @@ class IOSelector : public Gtk::VBox {
boost::shared_ptr<ARDOUR::IO> _io;
bool _for_input;
std::vector<PortGroupTable*> _port_group_tables;
- std::vector<Gtk::EventBox*> _row_labels;
- Gtk::VBox* _row_labels_vbox;
+ std::vector<Gtk::EventBox*> _row_labels[2];
+ Gtk::VBox* _row_labels_vbox[2];
RotatedLabelSet _column_labels;
Gtk::HBox _overall_hbox;
- Gtk::VBox _left_vbox;
+ Gtk::VBox _side_vbox[2];
Gtk::HBox _port_group_hbox;
Gtk::ScrolledWindow _scrolled_window;
- Gtk::Label* _left_vbox_pad;
+ Gtk::Label* _side_vbox_pad[2];
};