lots and lots of keybindings working again, with lots more menu items

git-svn-id: svn://localhost/trunk/ardour2@209 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-12-24 18:25:26 +00:00
parent 796ded66a3
commit f69c9ed564
8 changed files with 285 additions and 104 deletions

View file

@ -29,6 +29,7 @@ class ActionManager
static std::vector<Glib::RefPtr<Gtk::Action> > transport_sensitive_actions;
static std::vector<Glib::RefPtr<Gtk::Action> > jack_sensitive_actions;
static std::vector<Glib::RefPtr<Gtk::Action> > jack_opposite_sensitive_actions;
static std::vector<Glib::RefPtr<Gtk::Action> > edit_cursor_in_region_sensitive_actions;
static void set_sensitive (std::vector<Glib::RefPtr<Gtk::Action> >& actions, bool);