run bundle fixup code for all platforms
[ardour.git] / gtk2_ardour / waveview.h
index 56d0ed76753b9c178184c4b1984307584fc69222..53472f80d3b4d2007982451a0a5e0ff604ed30b2 100644 (file)
@@ -4,10 +4,9 @@
 
 #include <glibmm.h>
 
-/* $Id$ */
 
 /* waveview.h
- * 
+ *
  * Copyright (C) 1998 EMC Capital Management Inc.
  * Developed by Havoc Pennington <hp@pobox.com>
  *
@@ -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<double> property_height() const;
   Glib::PropertyProxy<guint> property_wave_color();
   Glib::PropertyProxy_ReadOnly<guint> property_wave_color() const;
+  Glib::PropertyProxy<guint> property_clip_color();
+  Glib::PropertyProxy_ReadOnly<guint> property_clip_color() const;
+  Glib::PropertyProxy<guint> property_fill_color();
+  Glib::PropertyProxy_ReadOnly<guint> property_fill_color() const;
+  Glib::PropertyProxy<gint> property_filled();
+  Glib::PropertyProxy_ReadOnly<gint> property_filled() const;
+  Glib::PropertyProxy<gint> property_zero_line();
+  Glib::PropertyProxy_ReadOnly<gint> property_zero_line() const;
+  Glib::PropertyProxy<guint> property_zero_color();
+  Glib::PropertyProxy_ReadOnly<guint> property_zero_color() const;
   Glib::PropertyProxy<gint> property_rectified();
   Glib::PropertyProxy_ReadOnly<gint> property_rectified() const;
   Glib::PropertyProxy<guint> property_region_start();