X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsimpleline.h;h=3aea5a4aa4ac0cb0da656c144af994fe035dab5e;hb=dab0dacc66dcc190b4408ba75e3807973582cbd6;hp=92afa4997512cc95d966f9402e524c1566b3d86a;hpb=e48a9b49d6a925ce6bedf03164ee49df5721ef42;p=ardour.git diff --git a/gtk2_ardour/simpleline.h b/gtk2_ardour/simpleline.h index 92afa49975..3aea5a4aa4 100644 --- a/gtk2_ardour/simpleline.h +++ b/gtk2_ardour/simpleline.h @@ -4,10 +4,9 @@ #include -/* $Id$ */ /* line.h - * + * * Copyright (C) 1998 EMC Capital Management Inc. * Developed by Havoc Pennington * @@ -110,7 +109,7 @@ public: explicit SimpleLine(Group& parent); SimpleLine(Group& parent, double x1, double y1, double x2, double y2); - /** + /** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -118,7 +117,7 @@ public: */ Glib::PropertyProxy property_x1() ; -/** +/** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -126,7 +125,7 @@ public: */ Glib::PropertyProxy_ReadOnly property_x1() const; - /** + /** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -134,7 +133,7 @@ public: */ Glib::PropertyProxy property_x2() ; -/** +/** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -143,7 +142,7 @@ public: Glib::PropertyProxy_ReadOnly property_x2() const; - /** + /** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -151,7 +150,7 @@ public: */ Glib::PropertyProxy property_y1() ; -/** +/** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -159,7 +158,7 @@ public: */ Glib::PropertyProxy_ReadOnly property_y1() const; - /** + /** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -167,7 +166,7 @@ public: */ Glib::PropertyProxy property_y2() ; -/** +/** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -175,7 +174,7 @@ public: */ Glib::PropertyProxy_ReadOnly property_y2() const; - /** + /** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when @@ -183,7 +182,7 @@ public: */ Glib::PropertyProxy property_color_rgba() ; -/** +/** * * You rarely need to use properties because there are get_ and set_ methods for almost all of them. * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when