X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fwaveview.cc;h=9cc53355be97b3071b444f7b9d0a9e2788b2be89;hb=b092cfc21638e4b89164f36ed708136c6cf9c8e0;hp=fef90cde2208d93ff735e745a5597f2d5ff82a4c;hpb=959a7909c1adca430a63f783fd16687242a7be3d;p=ardour.git diff --git a/gtk2_ardour/waveview.cc b/gtk2_ardour/waveview.cc index fef90cde22..9cc53355be 100644 --- a/gtk2_ardour/waveview.cc +++ b/gtk2_ardour/waveview.cc @@ -139,7 +139,7 @@ Glib::PropertyProxy_ReadOnly WaveView::property_data_src() const { return Glib::PropertyProxy_ReadOnly (this, "data_src"); } -Glib::PropertyProxy WaveView::property_channel() +Glib::PropertyProxy WaveView::property_channel() { return Glib::PropertyProxy (this, "channel"); } @@ -267,6 +267,22 @@ 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"); @@ -275,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");