]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
move mouse click handling to LyXText::dispatch
[lyx.git] / src / BufferView.h
index 149ef1b641c4ea3568fdf2bfc9a4f13794966613..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,8 +192,7 @@ public:
        void stuffClipboard(string const &) const;
        ///
        bool dispatch(FuncRequest const & argument);
-       ///
-       void moveCursorUpdate(bool selecting, bool fitcur = true);
+
 private:
        ///
        struct Pimpl;