From e701adea419300f2cf7e760f14e7b17b9046b478 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 9 Mar 2013 13:44:22 +0000 Subject: add code to display announcements, and parameterize several URL's used in the program git-svn-id: svn://localhost/ardour2/branches/3.0@14197 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/startup.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk2_ardour/startup.h') diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h index cf14103b52..4af6ffbc2a 100644 --- a/gtk2_ardour/startup.h +++ b/gtk2_ardour/startup.h @@ -295,6 +295,12 @@ class ArdourStartup : public Gtk::Assistant { bool _existing_session_chooser_used; ///< set to true when the existing session chooser has been used void setup_prerelease_page (); + + Gtk::Label info_scroller_label; + std::string::size_type info_scroller_count; + bool info_scroller_update(); + sigc::connection info_scroller_connection; + void updates_button_clicked (); }; #endif /* __gtk2_ardour_startup_h__ */ -- cgit v1.2.3