mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
start using ActionMap in preference to ActionManager
This commit is contained in:
parent
eb48c14ec4
commit
4423945643
11 changed files with 27 additions and 27 deletions
|
|
@ -41,7 +41,7 @@ namespace ArdourWidgets {
|
|||
class TearOff;
|
||||
}
|
||||
|
||||
class MonitorSection : public RouteUI, public Gtk::EventBox
|
||||
class MonitorSection : public RouteUI, public Gtk::EventBox, public Gtkmm2ext::StaticActionMapOwner
|
||||
{
|
||||
public:
|
||||
MonitorSection (ARDOUR::Session*);
|
||||
|
|
@ -55,6 +55,8 @@ public:
|
|||
|
||||
PluginSelector* plugin_selector() { return _plugin_selector; }
|
||||
|
||||
Gtkmm2ext::ActionMap& my_actions() const { return myactions; }
|
||||
|
||||
private:
|
||||
Gtk::HBox hpacker;
|
||||
Gtk::VBox vpacker;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue