X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=8d72e59c0c50569ef4bd798a69763499a30f5cb0;hb=eb395d9d313c1bc07ff48b47e080442f095dc97a;hp=7303ec2ad2d894cb9b49329d30f62ddf618e3c67;hpb=527cd00d2fdb184464e7f04ced6d10c59324722e;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 7303ec2ad2..8d72e59c0c 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -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;