Custom themable frame container

As opposed to Gtk::Frame, this allows the background color of
the content, inside the frame to be set and follows Ardour theme
options.
This commit is contained in:
Robin Gareus
2021-01-26 22:39:04 +01:00
parent dca7cbc963
commit 8497298d73
3 changed files with 440 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ widgets_sources = [
'eventboxext.cc',
'choice.cc',
'fastmeter.cc',
'frame.cc',
'focus_entry.cc',
'pane.cc',
'paths_dialog.cc',