X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fwaveview.cc;h=f9f011ea41f3ddc13ce941c15e3ef56df78e70c4;hb=a7f4f660956250cc98cc519321ad5b8e715f9d0f;hp=d9316c110ea229496cd89582c85dfec9f6ab484e;hpb=d6ef740e9002c7112bc47cb2d9d8d4b8609aa089;p=ardour.git diff --git a/gtk2_ardour/waveview.cc b/gtk2_ardour/waveview.cc index d9316c110e..f9f011ea41 100644 --- a/gtk2_ardour/waveview.cc +++ b/gtk2_ardour/waveview.cc @@ -251,6 +251,38 @@ Glib::PropertyProxy_ReadOnly WaveView::property_wave_color() const { return Glib::PropertyProxy_ReadOnly (this, "wave_color"); } +Glib::PropertyProxy WaveView::property_clip_color() +{ + return Glib::PropertyProxy (this, "clip_color"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_clip_color() const +{ + return Glib::PropertyProxy_ReadOnly (this, "clip_color"); +} +Glib::PropertyProxy WaveView::property_zero_color() +{ + return Glib::PropertyProxy (this, "zero_color"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_zero_color() const +{ + return Glib::PropertyProxy_ReadOnly (this, "zero_color"); +} +Glib::PropertyProxy WaveView::property_fill_color() +{ + return Glib::PropertyProxy (this, "fill_color"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_fill_color() const +{ + return Glib::PropertyProxy_ReadOnly (this, "fill_color"); +} +Glib::PropertyProxy WaveView::property_filled() +{ + return Glib::PropertyProxy (this, "filled"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_filled() const +{ + return Glib::PropertyProxy_ReadOnly (this, "filled"); +} Glib::PropertyProxy WaveView::property_rectified() { return Glib::PropertyProxy (this, "rectified"); @@ -259,6 +291,14 @@ Glib::PropertyProxy_ReadOnly WaveView::property_rectified() const { return Glib::PropertyProxy_ReadOnly (this, "rectified"); } +Glib::PropertyProxy WaveView::property_zero_line() +{ + return Glib::PropertyProxy (this, "zero_line"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_zero_line() const +{ + return Glib::PropertyProxy_ReadOnly (this, "zero_line"); +} Glib::PropertyProxy WaveView::property_region_start() { return Glib::PropertyProxy (this, "region_start");