diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-11 00:14:11 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-11 00:14:11 +0000 |
| commit | 63a0b0f94e29ed91fb98b1b841cd698fd3e95cce (patch) | |
| tree | d62d677de61e2e5e896730f3ac738f9190dfd6dc /src/ui/widget/labelled.h | |
| parent | pdf import. move style attribute from <tspan> node to <text> node (Bug 219709) (diff) | |
| download | inkscape-63a0b0f94e29ed91fb98b1b841cd698fd3e95cce.tar.gz inkscape-63a0b0f94e29ed91fb98b1b841cd698fd3e95cce.zip | |
Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keys
(bzr r11662)
Diffstat (limited to 'src/ui/widget/labelled.h')
| -rw-r--r-- | src/ui/widget/labelled.h | 4 |
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; |
