summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-11 13:36:38 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-11 13:36:38 +0000
commitfcfbd65268cbba8b1fd1cebc32654a43ba051d1a (patch)
tree72518bd6571ad65d2ba5562fe2c88faf37c5bd1a /gtk2_ardour/editor.h
parent40ca64c65959f27629c47176600582763c14f660 (diff)
Further fixes for #3529. Show marker lines the same colour as their marker; adjust height of lines.
git-svn-id: svn://localhost/ardour2/branches/3.0@8009 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index ae4161245c..122391f032 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -597,9 +597,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void hide ();
void show ();
- void hide_lines ();
- void show_lines (ArdourCanvas::Group *, double);
- void set_lines_vpos (double, double);
+ void set_show_lines (bool);
+ void set_selected (bool);
+ void canvas_height_set (double);
void set_name (const std::string&);
void set_position (framepos_t start, framepos_t end = 0);