diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-01-17 09:51:29 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-01-17 09:51:29 +0000 |
| commit | 96b1951ec83487db52320c4fa7a620d5f9570f9a (patch) | |
| tree | fabf332c6c91f84d8b0b832551dbcbf27956e5a4 /src/ui/widget/preferences-widget.cpp | |
| parent | readability (diff) | |
| download | inkscape-96b1951ec83487db52320c4fa7a620d5f9570f9a.tar.gz inkscape-96b1951ec83487db52320c4fa7a620d5f9570f9a.zip | |
applying patch #1407697 by Marco Scholten
(bzr r10)
Diffstat (limited to 'src/ui/widget/preferences-widget.cpp')
| -rw-r--r-- | src/ui/widget/preferences-widget.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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) { |
