make send GUIs into ArdourDialogs; ensure that panner changes propagate into the...
[ardour.git] / gtk2_ardour / send_ui.h
index 3d6e9c7fa924c6c3cc403b1c83ab2ca9403a067d..3831841fa217f6041a4b801a6140394688d4657f 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "gain_meter.h"
 #include "panner_ui.h"
+#include "ardour_dialog.h"
 
 namespace ARDOUR {
        class Send;
@@ -59,7 +60,7 @@ class SendUI : public Gtk::HBox
        void outs_changed (ARDOUR::IOChange, void*);
 };
 
-class SendUIWindow : public Gtk::Window
+class SendUIWindow : public ArdourDialog
 {
   public:
        SendUIWindow(boost::shared_ptr<ARDOUR::Send>, ARDOUR::Session&);
@@ -68,7 +69,6 @@ class SendUIWindow : public Gtk::Window
        SendUI*     ui;
 
   private:
-       Gtk::VBox vpacker;
        Gtk::HBox hpacker;
 
        void send_going_away ();