From 1a530550196050dfe4a67732965ae3ddc3e1b077 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Oct 2012 23:28:07 +0000 Subject: add the notion of a "tip widget" for all option editor elements, allowing us to add tooltips to each item; add one such proto-tool-tip git-svn-id: svn://localhost/ardour2/branches/3.0@13236 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/search_path_option.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/search_path_option.h') diff --git a/gtk2_ardour/search_path_option.h b/gtk2_ardour/search_path_option.h index ca752be012..f7cf9b5dcf 100644 --- a/gtk2_ardour/search_path_option.h +++ b/gtk2_ardour/search_path_option.h @@ -40,6 +40,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 -- cgit v1.2.3