X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fwidget%2Fpreferences-widget.cpp;h=c45952c839aea9762f5406fbd67cfdd978867790;hb=bc5ab6c60f7d73fd883b4208ea63119cd2fabfd6;hp=b53db0512930a522baf9fc22e769bdfa0a77c98a;hpb=5c75cf72a495b3b7acef3df76ed8fa8d81952aad;p=inkscape.git 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) {