Merge with 2.0-ongoing R2988
[ardour.git] / gtk2_ardour / splash.h
index 5ba5478941daff5ef2e9f5a11345dc7fdf942fe0..07532d93448db07d2780f28f0bb560a7f2a76eb9 100644 (file)
@@ -34,13 +34,19 @@ class Splash : public Gtk::Window
        Splash ();
        ~Splash () {}
 
+       static Splash* instance() { return the_splash; }
+
+       void pop_back ();
+
        bool expose (GdkEventExpose*);
        bool on_button_release_event (GdkEventButton*);
        void on_realize ();
-
+       
        void message (const std::string& msg);
        
   private:
+       static Splash* the_splash;
+
        Glib::RefPtr<Gdk::Pixbuf> pixbuf;
        Gtk::DrawingArea darea;
        Glib::RefPtr<Pango::Layout> layout;