Revert "split EngineDialog into a widget and a dialog"

This reverts commit f74ffd5a9202adda4b34e9c8733a0503a0dfeeeb.
This commit is contained in:
Paul Davis 2024-04-24 22:21:21 -06:00
parent 38bbae3b7f
commit d9ee6400df
9 changed files with 95 additions and 165 deletions

View file

@ -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;