summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-09 00:50:24 +0000
committerDavid Robillard <d@drobilla.net>2010-02-09 00:50:24 +0000
commitb5148d93d5a9e6949f82f8685cab50cb772f2b9d (patch)
treedc83d91573d30819adb9bb2dd91ff13d0a20addf /gtk2_ardour/public_editor.h
parent535d60237486e2227d22e5febbcfbf868abb11e3 (diff)
Add keyboard shortcut to tooltip text where possible.
git-svn-id: svn://localhost/ardour2/branches/3.0@6657 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 1677c2ee49..9b41977f6f 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -94,6 +94,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
virtual bool have_idled() const = 0;
virtual void first_idle() = 0;
+ virtual void setup_tooltips() = 0;
+
/** Attach this editor to a Session.
* @param s Session to connect to.
*/