run bundle fixup code for all platforms
[ardour.git] / gtk2_ardour / waveview.h
index cfa7fd416db4c5a7a3b7b0ab0fcba95daa65f287..53472f80d3b4d2007982451a0a5e0ff604ed30b2 100644 (file)
@@ -6,7 +6,7 @@
 
 
 /* waveview.h
- * 
+ *
  * Copyright (C) 1998 EMC Capital Management Inc.
  * Developed by Havoc Pennington <hp@pobox.com>
  *
@@ -80,7 +80,7 @@ private:
 protected:
   explicit WaveView(const Glib::ConstructParams& construct_params);
   explicit WaveView(GnomeCanvasWaveView* castitem);
-  
+
 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
 public:
@@ -142,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();