From 7939c2211c7f61a4d1779bbd07a73743cce10f91 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 18 Jan 2017 18:28:21 -0600 Subject: Add comment regarding themeable boxes --- gtk2_ardour/editor.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour') 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); -- cgit v1.2.3