From 41264273ec2a88599263c2506f7b886813472380 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 7 Jan 2011 22:18:53 +0000 Subject: add gesture control for position+width controls of a 2in/2out panner - not used, since there is no way to create automation for these controls at present git-svn-id: svn://localhost/ardour2/branches/3.0@8479 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/stereo_panner.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/stereo_panner.h') diff --git a/gtk2_ardour/stereo_panner.h b/gtk2_ardour/stereo_panner.h index 52abb30687..86a53eccf7 100644 --- a/gtk2_ardour/stereo_panner.h +++ b/gtk2_ardour/stereo_panner.h @@ -37,6 +37,11 @@ class StereoPanner : public Gtk::DrawingArea StereoPanner (boost::shared_ptr pos, boost::shared_ptr width); ~StereoPanner (); + sigc::signal StartPositionGesture; + sigc::signal StopPositionGesture; + sigc::signal StartWidthGesture; + sigc::signal StopWidthGesture; + protected: bool on_expose_event (GdkEventExpose*); bool on_button_press_event (GdkEventButton*); -- cgit v1.2.3