Use general VisibilityGroup class to manage visibility
[ardour.git] / gtk2_ardour / enums.h
index 00b7a6e56c28dd383f973c3a8354a194a20e4a22..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
@@ -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__ */