X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fwidget%2Fpreferences-widget.h;h=361d737a854a6eded84f6b034ec27e6b8779267c;hb=3a8e479f331858946168c32bfc7622c9010b6680;hp=a5a59411405daba5fb4cbdb94caf9d11065915ab;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/ui/widget/preferences-widget.h b/src/ui/widget/preferences-widget.h index a5a594114..361d737a8 100644 --- a/src/ui/widget/preferences-widget.h +++ b/src/ui/widget/preferences-widget.h @@ -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; };