mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
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:
parent
c84e895a4c
commit
3b6995fe50
3 changed files with 429 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ widgets_sources = [
|
|||
'eventboxext.cc',
|
||||
'choice.cc',
|
||||
'fastmeter.cc',
|
||||
'frame.cc',
|
||||
'focus_entry.cc',
|
||||
'pane.cc',
|
||||
'paths_dialog.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue