Merge from default. Hope I did it right...
This commit is contained in:
@@ -39,13 +39,17 @@ class Splash : public Gtk::Dialog {
|
||||
|
||||
private:
|
||||
SplashImage* splashImage;
|
||||
Gtk::Notebook* nb;
|
||||
Gtk::ScrolledWindow* releaseNotesSW;
|
||||
|
||||
public:
|
||||
Splash (int maxtime);
|
||||
Splash ();
|
||||
Splash (Gtk::Window& parent, int maxtime);
|
||||
Splash (Gtk::Window& parent);
|
||||
|
||||
bool hasReleaseNotes() { return releaseNotesSW != NULL; };
|
||||
void showReleaseNotes();
|
||||
bool on_timer ();
|
||||
virtual bool on_button_release_event (GdkEventButton* event);
|
||||
//virtual bool on_button_release_event (GdkEventButton* event);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user