X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fsplash.h;h=5f0b9e74b5f1674b4fe7215b54646f0831d8f322;hb=bb5ca9934af5fe36dcc3598a9e2441eed91fec92;hp=5a20e26dbd671fa232f006c46bb7c655e1edea34;hpb=528053937deeba8d8ae63078306f1bc951229781;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/splash.h b/synfig-studio/trunk/src/gtkmm/splash.h index 5a20e26..5f0b9e7 100644 --- a/synfig-studio/trunk/src/gtkmm/splash.h +++ b/synfig-studio/trunk/src/gtkmm/splash.h @@ -29,9 +29,7 @@ /* === H E A D E R S ======================================================= */ -//#include #include -#include #include #include #include @@ -54,21 +52,14 @@ class Splash : public Gtk::Window SplashProgress *cb; - Gtk::Tooltips _tooltips; - Gtk::Label *tasklabel; Gtk::ProgressBar *progressbar; - Gtk::Button *CloseButton; - - void close(); - - bool can_self_destruct; public: synfig::ProgressCallback *get_callback(); - void set_can_self_destruct(bool x); + void enable_startup_notification(); Splash(); ~Splash();