summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-19 21:47:34 +0100
committerRobin Gareus <robin@gareus.org>2015-03-19 21:47:34 +0100
commitf1ce87a699c9cca17197b4f33bec5da163810d4f (patch)
treeb050b8ceeb6a2b23494da82cfb3f9d87cac9512f /gtk2_ardour/route_time_axis.h
parent6874bca886ad9778a7bedd78a25d56f0bd277cf3 (diff)
add API to select TAV height mode.
preparation for further Summary and Number of visible track count fixes. * “Only Self”: don’t resize child-views (old default) * “Total Height”: distribute height equally among all visible child [automation] lanes * “Height per Lane”: given height should be applied to all sub-views.
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 3aedc4d336..ea278e4175 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -84,7 +84,7 @@ public:
void set_button_names ();
void set_samples_per_pixel (double);
- void set_height (uint32_t h);
+ void set_height (uint32_t h, TrackHeightMode m = OnlySelf);
void show_timestretch (framepos_t start, framepos_t end, int layers, int layer);
void hide_timestretch ();
void selection_click (GdkEventButton*);