summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-10-27 21:18:44 +0000
committerCarl Hetherington <carl@carlh.net>2010-10-27 21:18:44 +0000
commitd31a63c68592d8a54d9a728c787c17885677151f (patch)
tree549450b98a22ce0c24c2a34db387e19c43d5797a /gtk2_ardour/region_editor.h
parentba6d6895f7802e537fd198c17ff3b088086e76f0 (diff)
Show a region's sources in its properties dialogue.
git-svn-id: svn://localhost/ardour2/branches/3.0@7927 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_editor.h')
-rw-r--r--gtk2_ardour/region_editor.h5
1 files changed, 5 insertions, 0 deletions
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 <gtkmm/adjustment.h>
#include <gtkmm/separator.h>
#include <gtkmm/spinbutton.h>
+#include <gtkmm/listviewtext.h>
#include <libgnomecanvas/libgnomecanvas.h>
@@ -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<ARDOUR::Region> _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__ */