mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
split EngineDialog into a widget and a dialog
This commit is contained in:
parent
86c730095c
commit
9a4bc841dd
9 changed files with 165 additions and 95 deletions
|
|
@ -191,3 +191,9 @@ ArdourDialog::set_ui_sensitive (bool yn)
|
|||
{
|
||||
_sensitive = yn;
|
||||
}
|
||||
|
||||
void
|
||||
ArdourDialog::add_widget_action (Gtk::Widget& w)
|
||||
{
|
||||
get_action_area()->add (w);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue