summaryrefslogtreecommitdiff
path: root/gtk2_ardour/waveview.h
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2007-04-02 21:18:15 +0000
committerSampo Savolainen <v2@iki.fi>2007-04-02 21:18:15 +0000
commitedfc81352e66a412c6bc180c15f788512eccbe42 (patch)
tree48bf65ba147d89af0324b619a970b3a6909d4da8 /gtk2_ardour/waveview.h
parent54de4975722073a555ff79a01f7015217313065f (diff)
Make colors for clip markers controllable by ardour.colors. Default
color is totally transparent. Thanks Torben! git-svn-id: svn://localhost/ardour2/trunk@1656 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/waveview.h')
-rw-r--r--gtk2_ardour/waveview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/waveview.h b/gtk2_ardour/waveview.h
index cfa7fd416d..99028f2519 100644
--- a/gtk2_ardour/waveview.h
+++ b/gtk2_ardour/waveview.h
@@ -142,7 +142,11 @@ 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<gint> property_rectified();
+ Glib::PropertyProxy<guint> property_zero_color();
+ Glib::PropertyProxy_ReadOnly<guint> property_zero_color() const;
Glib::PropertyProxy_ReadOnly<gint> property_rectified() const;
Glib::PropertyProxy<guint> property_region_start();
Glib::PropertyProxy_ReadOnly<guint> property_region_start() const;