summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-01-18 18:28:21 -0600
committerBen Loftis <ben@harrisonconsoles.com>2017-01-18 18:28:21 -0600
commit7939c2211c7f61a4d1779bbd07a73743cce10f91 (patch)
tree23a102f357a5bc98c690debfaa8012374b2b32a2 /gtk2_ardour/editor.cc
parent09e15909e005c6f941bc06380ec85fbb64ca04fd (diff)
Add comment regarding themeable boxes
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 8978a4993a..c0016c0162 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -757,6 +757,8 @@ Editor::Editor ()
global_vpacker.set_spacing (2);
global_vpacker.set_border_width (0);
+ //the next three EventBoxes provide the ability for their child widgets to have a background color. That is all.
+
Gtk::EventBox* ebox = manage (new Gtk::EventBox); //a themeable box
ebox->set_name("EditorWindow");
ebox->add (toolbar_hbox);