summaryrefslogtreecommitdiff
path: root/gtk2_ardour/waveview.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/waveview.cc')
-rw-r--r--gtk2_ardour/waveview.cc17
1 files changed, 16 insertions, 1 deletions
diff --git a/gtk2_ardour/waveview.cc b/gtk2_ardour/waveview.cc
index 92e4fdd24a..fef90cde22 100644
--- a/gtk2_ardour/waveview.cc
+++ b/gtk2_ardour/waveview.cc
@@ -1,7 +1,6 @@
#include "waveview.h"
#include "waveview_p.h"
-/* $Id$ */
/* waveview.cc
*
@@ -252,6 +251,22 @@ Glib::PropertyProxy_ReadOnly<guint> WaveView::property_wave_color() const
{
return Glib::PropertyProxy_ReadOnly<guint> (this, "wave_color");
}
+Glib::PropertyProxy<guint> WaveView::property_clip_color()
+{
+ return Glib::PropertyProxy<guint> (this, "clip_color");
+}
+Glib::PropertyProxy_ReadOnly<guint> WaveView::property_clip_color() const
+{
+ return Glib::PropertyProxy_ReadOnly<guint> (this, "clip_color");
+}
+Glib::PropertyProxy<guint> WaveView::property_zero_color()
+{
+ return Glib::PropertyProxy<guint> (this, "zero_color");
+}
+Glib::PropertyProxy_ReadOnly<guint> WaveView::property_zero_color() const
+{
+ return Glib::PropertyProxy_ReadOnly<guint> (this, "zero_color");
+}
Glib::PropertyProxy<gint> WaveView::property_rectified()
{
return Glib::PropertyProxy<gint> (this, "rectified");