summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-16 17:59:28 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-16 17:59:28 +0000
commit738b2b85f5a1126adc2ce2f368e1b2066582fa21 (patch)
tree18eb6919be1346279399b533fc58b702cd16136e /gtk2_ardour/time_axis_view.h
parentccc8facdc7651c5ec40d548ec51654d062a11e57 (diff)
Re-add height menu to tracks (#3761).
git-svn-id: svn://localhost/ardour2/branches/3.0@8872 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index b376ba2aba..55553fafe9 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -149,7 +149,7 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
virtual void exited () {}
virtual void set_height (uint32_t h);
- void set_height (Height);
+ void set_height_enum (Height);
void reset_height();
std::pair<TimeAxisView*, ARDOUR::layer_t> covers_y_position (double);
@@ -310,6 +310,9 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
void conditionally_add_to_selection ();
+ void build_size_menu ();
+ Gtk::Menu* _size_menu;
+
ArdourCanvas::Group* _canvas_display;
double _y_position;
PublicEditor& _editor;