summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-25 16:06:12 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-25 16:06:12 -0400
commit7de31d5a41da673c13711d3a1ae3aa038f588821 (patch)
tree66b783ee9f7bff1be3908e8c630df8be4efa56db /gtk2_ardour/region_view.h
parentb604dd24139b4c84f20521af91ec4c0cd721bd13 (diff)
use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably delegatable/inherited event handling
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 74d1f29581..16df6be245 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -135,6 +135,8 @@ class RegionView : public TimeAxisViewItem
bool recording,
TimeAxisViewItem::Visibility);
+ bool canvas_group_event (GdkEvent*);
+
virtual void region_resized (const PBD::PropertyChange&);
virtual void region_muted ();
void region_locked ();