Code

applying patch #1407697 by Marco Scholten
[inkscape.git] / src / ui / widget / preferences-widget.h
index a5a59411405daba5fb4cbdb94caf9d11065915ab..361d737a854a6eded84f6b034ec27e6b8779267c 100644 (file)
@@ -94,6 +94,7 @@ public:
     DialogPage();
     void add_line(bool indent, const Glib::ustring label, Gtk::Widget& widget, const Glib::ustring suffix, const Glib::ustring& tip, bool expand = true);
     void add_group_header(Glib::ustring name);
+    void set_tip(Gtk::Widget& widget, const Glib::ustring& tip);
 protected:
     Gtk::Tooltips _tooltips;
 };