Add comment regarding themeable boxes
This commit is contained in:
parent
09e15909e0
commit
7939c2211c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user