diff options
Diffstat (limited to 'src/ui/widget/labelled.h')
| -rw-r--r-- | src/ui/widget/labelled.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/labelled.h b/src/ui/widget/labelled.h index e49b289fe..030fd0d93 100644 --- a/src/ui/widget/labelled.h +++ b/src/ui/widget/labelled.h @@ -54,6 +54,7 @@ public: Gtk::Label const *getLabel() const; void setLabelText(const Glib::ustring &str); + void setTooltipText(const Glib::ustring &tooltip); protected: Gtk::Widget *_widget; |
