X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsearch_path_option.h;h=0230666656da546e806faf23a3cde2afb619c190;hb=e0ff70cf86c01c42f98faf8b0eaf1a8ccf867946;hp=ca752be0120b28a365af38d888997ee1e83eb73f;hpb=07159a6709a8fd307ed4ab2fd3128a121ede47a2;p=ardour.git diff --git a/gtk2_ardour/search_path_option.h b/gtk2_ardour/search_path_option.h index ca752be012..0230666656 100644 --- a/gtk2_ardour/search_path_option.h +++ b/gtk2_ardour/search_path_option.h @@ -33,6 +33,7 @@ class SearchPathOption : public Option { public: SearchPathOption (const std::string& pathname, const std::string& label, + const std::string& default_path, sigc::slot, sigc::slot); ~SearchPathOption (); @@ -40,6 +41,8 @@ class SearchPathOption : public Option void add_to_page (OptionEditorPage*); void clear (); + Gtk::Widget& tip_widget() { return add_chooser; } + protected: sigc::slot _get; ///< slot to get the configuration variable's value sigc::slot _set; ///< slot to set the configuration variable's value