summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/panner2d.h')
-rw-r--r--gtk2_ardour/panner2d.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/panner2d.h b/gtk2_ardour/panner2d.h
index b16a2a1a2f..70f79f7d6d 100644
--- a/gtk2_ardour/panner2d.h
+++ b/gtk2_ardour/panner2d.h
@@ -63,11 +63,11 @@ class Panner2d : public Gtk::DrawingArea
sigc::signal<void,int> TargetMoved;
protected:
- gint expose_event_impl (GdkEventExpose *);
- gint button_press_event_impl (GdkEventButton *);
- gint button_release_event_impl (GdkEventButton *);
- gint motion_notify_event_impl (GdkEventMotion *);
- void size_allocate_impl (GtkAllocation* alloc);
+ gint on_expose_event (GdkEventExpose *);
+ gint on_button_press_event (GdkEventButton *);
+ gint on_button_release_event (GdkEventButton *);
+ gint on_motion_notify_event (GdkEventMotion *);
+ void on_size_allocate (GtkAllocation* alloc);
private:
struct Target {