Slightly hacky fix for AFL/PFL button misbehaviour
[ardour.git] / gtk2_ardour / enums.h
index d345b30bf8b3ea66593e27de52f9f1c07c115e77..92b2923894ef8c125eca45fd58aee97cbdb9841b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #ifndef __ardour_gtk_enums_h__
 #define __ardour_gtk_enums_h__
 
-#include <ardour/types.h>
-
-enum WaveformShape {
-       Traditional,
-       Rectified
-};
-
-enum WaveformScale {
-       LinearWaveform=0,
-       LogWaveform,
-};
-
+#include "ardour/types.h"
 
 enum Width {
        Wide,
@@ -44,6 +33,11 @@ namespace Gnome {
        }
 }
 
+enum LayerDisplay {
+       Overlaid,
+       Stacked
+};
+
 struct SelectionRect {
     Gnome::Canvas::SimpleRect *rect;
     Gnome::Canvas::SimpleRect *end_trim;
@@ -51,6 +45,14 @@ struct SelectionRect {
     uint32_t id;
 };
 
+enum Height {
+       HeightLargest,
+       HeightLarger,
+       HeightLarge,
+       HeightNormal,
+       HeightSmall
+};
+
 extern void setup_gtk_ardour_enums ();
 
 #endif /* __ardour_gtk_enums_h__ */