initial sort-of-mostly-working integration of new Pane
[ardour.git] / gtk2_ardour / route_params_ui.h
index 65bef26b5254a2c2aaea49dc41f18f7cdc4a5ac6..ccdbf6c441760dc1bd3d1025b0c5923a6178502c 100644 (file)
@@ -27,7 +27,6 @@
 #include <gtkmm/eventbox.h>
 #include <gtkmm/frame.h>
 #include <gtkmm/label.h>
-#include <gtkmm/paned.h>
 #include <gtkmm/scrolledwindow.h>
 #include <gtkmm/togglebutton.h>
 #include <gtkmm/treeview.h>
@@ -37,6 +36,8 @@
 
 #include "ardour/ardour.h"
 
+#include <gtkmm2ext/pane.h>
+
 #include "ardour_window.h"
 #include "processor_box.h"
 #include "route_processor_selection.h"
@@ -81,7 +82,7 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList
        Gtk::Notebook            notebook;
        Gtk::Frame               input_frame;
        Gtk::Frame               output_frame;
-       Gtk::HPaned              redir_hpane;
+       Gtkmm2ext::HPane         redir_hpane;
 
        Gtk::Frame               route_select_frame;
 
@@ -90,9 +91,9 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList
 
        ProcessorBox*            insert_box;
 
-       Gtk::HPaned              list_hpane;
+       Gtkmm2ext::HPane         list_hpane;
 
-       Gtk::HPaned              right_hpane;
+       Gtkmm2ext::HPane         right_hpane;
 
        Gtk::Frame               route_choice_frame;