X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fwaveview.h;h=53472f80d3b4d2007982451a0a5e0ff604ed30b2;hb=fddb3778120e25b3b8e8134084e260dac07c1365;hp=56d0ed76753b9c178184c4b1984307584fc69222;hpb=732a482f439f6df818b90634a5abb1b5d64ff05e;p=ardour.git diff --git a/gtk2_ardour/waveview.h b/gtk2_ardour/waveview.h index 56d0ed7675..53472f80d3 100644 --- a/gtk2_ardour/waveview.h +++ b/gtk2_ardour/waveview.h @@ -4,10 +4,9 @@ #include -/* $Id$ */ /* waveview.h - * + * * Copyright (C) 1998 EMC Capital Management Inc. * Developed by Havoc Pennington * @@ -81,7 +80,7 @@ private: protected: explicit WaveView(const Glib::ConstructParams& construct_params); explicit WaveView(GnomeCanvasWaveView* castitem); - + #endif /* DOXYGEN_SHOULD_SKIP_THIS */ public: @@ -143,6 +142,16 @@ public: Glib::PropertyProxy_ReadOnly property_height() const; Glib::PropertyProxy property_wave_color(); Glib::PropertyProxy_ReadOnly property_wave_color() const; + Glib::PropertyProxy property_clip_color(); + Glib::PropertyProxy_ReadOnly property_clip_color() const; + Glib::PropertyProxy property_fill_color(); + Glib::PropertyProxy_ReadOnly property_fill_color() const; + Glib::PropertyProxy property_filled(); + Glib::PropertyProxy_ReadOnly property_filled() const; + Glib::PropertyProxy property_zero_line(); + Glib::PropertyProxy_ReadOnly property_zero_line() const; + Glib::PropertyProxy property_zero_color(); + Glib::PropertyProxy_ReadOnly property_zero_color() const; Glib::PropertyProxy property_rectified(); Glib::PropertyProxy_ReadOnly property_rectified() const; Glib::PropertyProxy property_region_start();