Add submenus for route group, playlist and automation to route context menu. Fixes #618.

git-svn-id: svn://localhost/ardour2/branches/3.0@7594 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-08-11 02:04:49 +00:00
parent 12aa01660a
commit 3d3d6feaa4
2 changed files with 24 additions and 19 deletions

View file

@ -105,8 +105,7 @@ public:
/* group playlist name resolving */
std::string resolve_new_group_playlist_name(std::string &, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const &);
void build_playlist_menu (Gtk::Menu *);
void build_playlist_menu ();
void add_underlay (StreamView*, bool update_xml = true);
void remove_underlay (StreamView*);
@ -172,7 +171,7 @@ protected:
void update_diskstream_display ();
gint edit_click (GdkEventButton *);
gint route_group_click (GdkEventButton *);
void processors_changed (ARDOUR::RouteProcessorChange);