summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/labelled.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/labelled.h')
-rw-r--r--src/ui/widget/labelled.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widget/labelled.h b/src/ui/widget/labelled.h
index 030fd0d93..88eb3ce19 100644
--- a/src/ui/widget/labelled.h
+++ b/src/ui/widget/labelled.h
@@ -56,7 +56,11 @@ public:
void setLabelText(const Glib::ustring &str);
void setTooltipText(const Glib::ustring &tooltip);
+private:
+ virtual bool on_mnemonic_activate( bool group_cycling );
+
protected:
+
Gtk::Widget *_widget;
Gtk::Label *_label;
Gtk::Label *_suffix;