Start autoscroll in from the right-hand edge of the screen if the editor list is...
[ardour.git] / gtk2_ardour / enums.h
index 62fe7eeacec211d8e4336372f9fcd0bf5a8b82fc..92b2923894ef8c125eca45fd58aee97cbdb9841b 100644 (file)
@@ -45,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__ */