mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
come up and stay up
git-svn-id: svn://localhost/trunk/ardour2@138 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
14e3f7f215
commit
d6a27c9537
14 changed files with 375 additions and 171 deletions
|
|
@ -27,6 +27,9 @@ class ActionManager
|
|||
static std::vector<Glib::RefPtr<Gtk::Action> > plugin_selection_sensitive_actions;
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > range_sensitive_actions;
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > jack_sensitive_actions;
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > jack_opposite_sensitive_actions;
|
||||
|
||||
static void set_sensitive (std::vector<Glib::RefPtr<Gtk::Action> >& actions, bool);
|
||||
|
||||
static std::string unbound_string; /* the key string returned if an action is not bound */
|
||||
static Glib::RefPtr<Gtk::UIManager> ui_manager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue