X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftime_axis_view_item.h;h=9643daf260dfd1319f8000056dbc3727f0a82b88;hb=f6f3769ae11e3a9e888abdf8c3ed92f08d3c9a5b;hp=cc1c641f57de372906ade0ceb1cd6599d7b75b78;hpb=c86210a9d5bdb7b36ad58552a1f99f53d48781b3;p=ardour.git diff --git a/gtk2_ardour/time_axis_view_item.h b/gtk2_ardour/time_axis_view_item.h index cc1c641f57..9643daf260 100644 --- a/gtk2_ardour/time_axis_view_item.h +++ b/gtk2_ardour/time_axis_view_item.h @@ -38,7 +38,7 @@ class TimeAxisView; class TimeAxisViewItem : public Selectable { public: - virtual ~TimeAxisViewItem() ; + virtual ~TimeAxisViewItem() ; /** * Set the position of this item upon the timeline to the specified value @@ -201,7 +201,14 @@ class TimeAxisViewItem : public Selectable */ void set_name_text(const Glib::ustring& new_name) ; - void set_y_position_and_height (double, double); + /** + * Set the height of this item + * + * @param h the new height + */ + virtual void set_height(double h) ; + + void set_y (double); /** *