X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsimpleline.cc;h=6c8c4ceb1025350c691c150a123979197eb63b19;hb=4c42a77441e74356cd909d994e270d1e1314aad4;hp=f0ef072ad6df368a00731ad98d13d1f73665377f;hpb=e48a9b49d6a925ce6bedf03164ee49df5721ef42;p=ardour.git diff --git a/gtk2_ardour/simpleline.cc b/gtk2_ardour/simpleline.cc index f0ef072ad6..6c8c4ceb10 100644 --- a/gtk2_ardour/simpleline.cc +++ b/gtk2_ardour/simpleline.cc @@ -3,7 +3,6 @@ #include "simpleline.h" #include "simpleline_p.h" -/* $Id$ */ /* line.ccg * @@ -135,17 +134,17 @@ GType SimpleLine::get_base_type() return gnome_canvas_line_get_type(); } -Glib::PropertyProxy SimpleLine::property_color_rgba() +Glib::PropertyProxy SimpleLine::property_color_rgba() { - return Glib::PropertyProxy(this, "color-rgba"); + return Glib::PropertyProxy(this, "color_rgba"); } Glib::PropertyProxy_ReadOnly SimpleLine::property_color_rgba() const { - return Glib::PropertyProxy_ReadOnly(this, "color-rgba"); + return Glib::PropertyProxy_ReadOnly(this, "color_rgba"); } -Glib::PropertyProxy SimpleLine::property_x1() +Glib::PropertyProxy SimpleLine::property_x1() { return Glib::PropertyProxy(this, "x1"); } @@ -155,7 +154,7 @@ Glib::PropertyProxy_ReadOnly SimpleLine::property_x1() const return Glib::PropertyProxy_ReadOnly(this, "x1"); } -Glib::PropertyProxy SimpleLine::property_x2() +Glib::PropertyProxy SimpleLine::property_x2() { return Glib::PropertyProxy(this, "x2"); } @@ -165,7 +164,7 @@ Glib::PropertyProxy_ReadOnly SimpleLine::property_x2() const return Glib::PropertyProxy_ReadOnly(this, "x2"); } -Glib::PropertyProxy SimpleLine::property_y1() +Glib::PropertyProxy SimpleLine::property_y1() { return Glib::PropertyProxy(this, "y1"); } @@ -175,7 +174,7 @@ Glib::PropertyProxy_ReadOnly SimpleLine::property_y1() const return Glib::PropertyProxy_ReadOnly(this, "y1"); } -Glib::PropertyProxy SimpleLine::property_y2() +Glib::PropertyProxy SimpleLine::property_y2() { return Glib::PropertyProxy(this, "y2"); }