mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Revert "split EngineDialog into a widget and a dialog"
This reverts commit f74ffd5a9202adda4b34e9c8733a0503a0dfeeeb.
This commit is contained in:
parent
38bbae3b7f
commit
d9ee6400df
9 changed files with 95 additions and 165 deletions
|
|
@ -51,13 +51,10 @@ public:
|
|||
void on_show ();
|
||||
virtual void on_response (int);
|
||||
void set_ui_sensitive (bool);
|
||||
bool ui_sensitive () const { return _sensitive; }
|
||||
void disallow_idle ();
|
||||
|
||||
void pop_splash ();
|
||||
void add_widget_action (Gtk::Widget&);
|
||||
|
||||
protected:
|
||||
void pop_splash ();
|
||||
void close_self ();
|
||||
|
||||
bool _sensitive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue