mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
compiles and runs, but crashes ... duh
git-svn-id: svn://localhost/trunk/ardour2@113 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
026f506bc6
commit
f69abbff90
44 changed files with 583 additions and 519 deletions
|
|
@ -18,6 +18,8 @@ class ActionManager
|
|||
ActionManager() {}
|
||||
virtual ~ActionManager () {}
|
||||
|
||||
static void init ();
|
||||
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > session_sensitive_actions;
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > region_list_selection_sensitive_actions;
|
||||
static std::vector<Glib::RefPtr<Gtk::Action> > region_selection_sensitive_actions;
|
||||
|
|
@ -27,7 +29,7 @@ class ActionManager
|
|||
static std::vector<Glib::RefPtr<Gtk::Action> > jack_sensitive_actions;
|
||||
|
||||
static std::string unbound_string; /* the key string returned if an action is not bound */
|
||||
static Gtk::UIManager ui_manager;
|
||||
static Glib::RefPtr<Gtk::UIManager> ui_manager;
|
||||
|
||||
static Gtk::Widget* get_widget (Glib::ustring name);
|
||||
static Glib::RefPtr<Gtk::Action> get_action (Glib::ustring name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue