summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-09-28 18:37:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-09-28 18:37:21 +0000
commit0ff828822f88c70db31183c66505fdfd640bb87d (patch)
tree9841897a06e01fb59e21cd37b8ab65e00f5d11e1 /gtk2_ardour/editor_routes.h
parent40903b19266fb42a49903ad3cbfb8c388704f068 (diff)
use select next/prev stuff on editor track+bus list
git-svn-id: svn://localhost/ardour2/branches/3.0@7851 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_routes.h')
-rw-r--r--gtk2_ardour/editor_routes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h
index b6acae3685..a1e72664cc 100644
--- a/gtk2_ardour/editor_routes.h
+++ b/gtk2_ardour/editor_routes.h
@@ -137,6 +137,8 @@ private:
bool _redisplay_does_not_reset_order_keys;
Gtk::Menu* _menu;
+
+ bool key_press (GdkEventKey* ev);
};
#endif /* __ardour_gtk_editor_route_h__ */