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 c84e895a4c
commit 3b6995fe50
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 429 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',