]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
move mouse click handling to LyXText::dispatch
[lyx.git] / src / BufferView.h
index 7303ec2ad2d894cb9b49329d30f62ddf618e3c67..8d72e59c0c50569ef4bd798a69763499a30f5cb0 100644 (file)
@@ -170,6 +170,8 @@ public:
        void toggleToggle();
        ///
        void center();
+       ///
+       int scroll(long time);
 
        /// Scroll the view by a number of pixels
        void scrollDocView(int);
@@ -190,6 +192,7 @@ public:
        void stuffClipboard(string const &) const;
        ///
        bool dispatch(FuncRequest const & argument);
+
 private:
        ///
        struct Pimpl;