summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-26 01:51:50 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-26 01:51:50 +0000
commitc07f42b9f4162ec52932b0763cba2c649cb79f56 (patch)
treedb2654675ae4e138ec38de001a30ecb805150c4b /gtk2_ardour/public_editor.h
parent8cfc9679af27d290519a7b2c1216aa668a965b53 (diff)
Fix #2932; arrange the view more carefully when going to start / end / wallclock.
git-svn-id: svn://localhost/ardour2/branches/3.0@6183 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 3540af927f..90d24dc802 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -351,6 +351,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
virtual void show_verbose_canvas_cursor_with (const std::string& txt) = 0;
virtual void hide_verbose_canvas_cursor() = 0;
+ virtual void center_screen (nframes64_t) = 0;
+
/// Singleton instance, set up by Editor::Editor()
static PublicEditor* _instance;