From 96b1951ec83487db52320c4fa7a620d5f9570f9a Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Tue, 17 Jan 2006 09:51:29 +0000 Subject: applying patch #1407697 by Marco Scholten (bzr r10) --- src/ui/widget/preferences-widget.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ui/widget/preferences-widget.cpp') diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index b53db0512..c45952c83 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -121,6 +121,11 @@ void DialogPage::add_group_header(Glib::ustring name) } } +void DialogPage::set_tip(Gtk::Widget& widget, const Glib::ustring& tip) +{ + _tooltips.set_tip (widget, tip); +} + void PrefCheckButton::init(const Glib::ustring& label, const std::string& prefs_path, const std::string& attr, bool default_value) { -- cgit v1.2.3