repack transport hbox a bit
[ardour.git] / gtk2_ardour / simpleline.h
index 030bc505c0b073e303b4b952a9332d8063aacb7a..3aea5a4aa4ac0cb0da656c144af994fe035dab5e 100644 (file)
@@ -4,10 +4,9 @@
 
 #include <glibmm.h>
 
-/* $Id$ */
 
 /* line.h
- * 
+ *
  * Copyright (C) 1998 EMC Capital Management Inc.
  * Developed by Havoc Pennington <hp@pobox.com>
  *
@@ -31,8 +30,7 @@
 #include <libgnomecanvasmm/item.h>
 #include <libgnomecanvas/gnome-canvas-util.h>
 #include <libgnomecanvas/libgnomecanvas.h>
-#include <vector>
-
+#include "canvas-simpleline.h"
 
 #ifndef DOXYGEN_SHOULD_SKIP_THIS
 typedef struct _GnomeCanvasSimpleLine GnomeCanvasSimpleLine;
@@ -111,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
@@ -119,7 +117,7 @@ public:
    */
   Glib::PropertyProxy<double> 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
@@ -127,7 +125,7 @@ public:
    */
   Glib::PropertyProxy_ReadOnly<double> 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
@@ -135,7 +133,7 @@ public:
    */
   Glib::PropertyProxy<double> 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
@@ -144,7 +142,7 @@ public:
   Glib::PropertyProxy_ReadOnly<double> 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
@@ -152,7 +150,7 @@ public:
    */
   Glib::PropertyProxy<double> 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
@@ -160,7 +158,7 @@ public:
    */
   Glib::PropertyProxy_ReadOnly<double> 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
@@ -168,7 +166,7 @@ public:
    */
   Glib::PropertyProxy<double> 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
@@ -176,7 +174,7 @@ public:
    */
   Glib::PropertyProxy_ReadOnly<double> 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
@@ -184,7 +182,7 @@ public:
    */
   Glib::PropertyProxy<guint> 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