X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fenums.h;h=680421e271f593b15ebb21545fd5dad80f3e88da;hb=8b5f990267622100b3a1a7ff6fa346282aca4dda;hp=00b7a6e56c28dd383f973c3a8354a194a20e4a22;hpb=e0aaed6d65f160c328cb8b56d7c6552ee15d65e2;p=ardour.git diff --git a/gtk2_ardour/enums.h b/gtk2_ardour/enums.h index 00b7a6e56c..680421e271 100644 --- a/gtk2_ardour/enums.h +++ b/gtk2_ardour/enums.h @@ -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 @@ -35,7 +35,8 @@ namespace Gnome { enum LayerDisplay { Overlaid, - Stacked + Stacked, + Expanded }; struct SelectionRect { @@ -45,6 +46,14 @@ struct SelectionRect { uint32_t id; }; +enum Height { + HeightLargest, + HeightLarger, + HeightLarge, + HeightNormal, + HeightSmall +}; + extern void setup_gtk_ardour_enums (); #endif /* __ardour_gtk_enums_h__ */