a-fluidsynth: implement LV2_BANKPATCH__notify
[ardour.git] / gtk2_ardour / monitor_section.h
index ca85aa5457752bdbd4af0ee30485e1809cdff582..f00c438667a70b39a8d573129032a77ff78a0e0a 100644 (file)
 */
 
 #include <gtkmm/box.h>
-#include <gtkmm/table.h>
 #include <gtkmm/eventbox.h>
+#include <gtkmm/sizegroup.h>
+#include <gtkmm/table.h>
+#include <gtkmm/viewport.h>
 
 #include "gtkmm2ext/bindings.h"
 
@@ -35,7 +37,7 @@
 #include "processor_box.h"
 #include "processor_selection.h"
 
-namespace Gtkmm2ext {
+namespace ArdourWidgets {
        class TearOff;
 }
 
@@ -47,7 +49,7 @@ public:
 
        void set_session (ARDOUR::Session*);
 
-       Gtkmm2ext::TearOff& tearoff() const { return *_tearoff; }
+       ArdourWidgets::TearOff& tearoff() const { return *_tearoff; }
 
        std::string state_id() const;
 
@@ -56,7 +58,7 @@ public:
 private:
        Gtk::HBox hpacker;
        Gtk::VBox vpacker;
-       Gtkmm2ext::TearOff* _tearoff;
+       ArdourWidgets::TearOff* _tearoff;
 
        Gtk::HBox  channel_table_packer;
        Gtk::HBox  table_hpacker;