X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fenums.h;h=0b0e95f82874979419fe1aaefbdf0b541ce2e7d0;hb=ac9589ff2c589d079a600106b59a1772ce61b624;hp=d345b30bf8b3ea66593e27de52f9f1c07c115e77;hpb=666e0870554705f4fb466fc6b188fe9b4000ca49;p=ardour.git diff --git a/gtk2_ardour/enums.h b/gtk2_ardour/enums.h index d345b30bf8..0b0e95f828 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 @@ -20,18 +20,7 @@ #ifndef __ardour_gtk_enums_h__ #define __ardour_gtk_enums_h__ -#include - -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,15 @@ struct SelectionRect { uint32_t id; }; +enum Height { + HeightLargest, + HeightLarger, + HeightLarge, + HeightNormal, + HeightSmall, + HeightSmaller +}; + extern void setup_gtk_ardour_enums (); #endif /* __ardour_gtk_enums_h__ */