summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2016-01-07 11:26:22 +1000
committerTim Mayberry <mojofunk@gmail.com>2016-01-21 11:25:56 +1000
commit08cbe0532cdb948d993530028dd4e2e1194feea5 (patch)
tree3b29d049f4ee6375076575a428c43d4d43ba7458 /gtk2_ardour/editor.h
parent743e324c6a25a545f7a03bc0c6d16a421116f7f0 (diff)
Refactor scrolling in Editor ruler canvas area into two utility methods
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index b9a393f857..25945edb0a 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -377,6 +377,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void scroll_left_step ();
void scroll_right_step ();
+ void scroll_left_half_page ();
+ void scroll_right_half_page ();
+
void prepare_for_cleanup ();
void finish_cleanup ();