remove theme-specific names from RC.in files, substitute them during build
[ardour.git] / gtk2_ardour / region_editor.h
index 8fdb56321142d4bf8460740f85c87e5d7b99f958..66f0f6226d81aee1bc3b8350852a7e8f77025144 100644 (file)
@@ -33,6 +33,7 @@
 #include <gtkmm/adjustment.h>
 #include <gtkmm/separator.h>
 #include <gtkmm/spinbutton.h>
+#include <gtkmm/listviewtext.h>
 
 #include <libgnomecanvas/libgnomecanvas.h>
 
@@ -51,11 +52,13 @@ class RegionEditor : public ArdourDialog
 {
   public:
        RegionEditor (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Region>);
+       virtual ~RegionEditor () {}
 
   protected:   
        virtual void region_changed (const PBD::PropertyChange&);
        
        Gtk::Table _table;
+       int _table_row;
 
   private:
        boost::shared_ptr<ARDOUR::Region> _region;
@@ -106,6 +109,9 @@ class RegionEditor : public ArdourDialog
        void handle_response (int);
 
        bool spin_arrow_grab;
+
+       Gtk::Label _sources_label;
+       Gtk::ListViewText _sources;
 };
 
 #endif /* __gtk_ardour_region_edit_h__ */