summaryrefslogtreecommitdiff
path: root/gtk2_ardour/waveview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-18 00:09:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-18 00:09:55 +0000
commit574db5d874f3a9c7645c91d9ffe71c869880aa07 (patch)
treea913d1f8465a7368f80b5012c2aba2177e428aea /gtk2_ardour/waveview.h
parent03d2616dbc03ecb18b78d28d3ab3dc302f77eaed (diff)
audun's waveview outline patch; some diskstream fixes; real splash screen; more reorganization of new session dialog use; about is not marked as a splashscreen anymore (help out KDE users)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2935 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/waveview.h')
-rw-r--r--gtk2_ardour/waveview.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/waveview.h b/gtk2_ardour/waveview.h
index 99028f2519..2af3465932 100644
--- a/gtk2_ardour/waveview.h
+++ b/gtk2_ardour/waveview.h
@@ -144,9 +144,15 @@ public:
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_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();
Glib::PropertyProxy_ReadOnly<guint> property_region_start() const;