X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fstartup.h;h=e27b1c14ed0b424115b609aedbe05b0eabf3a7be;hb=3c25d26e91d4703ba76c90d5175aa94e4ddd850b;hp=c5a9a30162750a51aab5f401775da32d35ca6305;hpb=2a6a16f980ff9181b138f7a30aedfbde4426a591;p=ardour.git diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h index c5a9a30162..e27b1c14ed 100644 --- a/gtk2_ardour/startup.h +++ b/gtk2_ardour/startup.h @@ -60,16 +60,16 @@ class ArdourStartup : public Gtk::Assistant { bool config_modified; bool new_user; - static std::string been_here_before_path (); - void on_apply (); void on_cancel (); bool on_delete_event (GdkEventAny*); + void discover_plugins (); static ArdourStartup *the_startup; Glib::RefPtr icon_pixbuf; + void setup_prerelease_page (); void setup_new_user_page (); Glib::RefPtr splash_pixbuf; Gtk::DrawingArea splash_area; @@ -103,7 +103,7 @@ class ArdourStartup : public Gtk::Assistant { /* final page */ void setup_final_page (); - Gtk::Label final_page; + Gtk::Button plugin_disco_button; /* always there */ @@ -119,9 +119,6 @@ class ArdourStartup : public Gtk::Assistant { gint final_page_index; void move_along_now (); - - void setup_prerelease_page (); - }; #endif /* __gtk2_ardour_startup_h__ */