From d31a63c68592d8a54d9a728c787c17885677151f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 27 Oct 2010 21:18:44 +0000 Subject: Show a region's sources in its properties dialogue. git-svn-id: svn://localhost/ardour2/branches/3.0@7927 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/region_editor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/region_editor.h') diff --git a/gtk2_ardour/region_editor.h b/gtk2_ardour/region_editor.h index 8fdb563211..df9df33fc8 100644 --- a/gtk2_ardour/region_editor.h +++ b/gtk2_ardour/region_editor.h @@ -33,6 +33,7 @@ #include #include #include +#include #include @@ -56,6 +57,7 @@ class RegionEditor : public ArdourDialog virtual void region_changed (const PBD::PropertyChange&); Gtk::Table _table; + int _table_row; private: boost::shared_ptr _region; @@ -106,6 +108,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__ */ -- cgit v1.2.3