mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
SessionDialog: create actions
This commit is contained in:
parent
2301f7c55a
commit
e7f0234c38
2 changed files with 15 additions and 0 deletions
|
|
@ -248,6 +248,11 @@ private:
|
|||
void updates_button_clicked ();
|
||||
|
||||
Gtk::Notebook _tabs;
|
||||
|
||||
Glib::RefPtr<Gtk::ActionGroup> action_group;
|
||||
Glib::RefPtr<Gtk::Action> new_session_action;
|
||||
Glib::RefPtr<Gtk::Action> recent_session_action;
|
||||
Glib::RefPtr<Gtk::Action> existing_session_action;
|
||||
};
|
||||
|
||||
#endif /* __gtk2_ardour_session_dialog_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue