X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=765267b421b0aaa68a9ea3b33ad8f8a926d85a15;hb=1b56057e1f739551f2c410a4b0b3941246123531;hp=f1897cb96449ddb3c9cdeaba07afe070a80b0c92;hpb=fc2658eff011adb08192cf897416698c34aab268;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index f1897cb964..765267b421 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -134,6 +134,8 @@ public: /// This method will automatically scroll and update the BufferView and updated /// if needed. void showCursor(); + /// LFUN_SCROLL Helper. + void lfunScroll(FuncRequest const & cmd); /// scroll down document by the given number of pixels. void scrollDown(int pixels); /// scroll up document by the given number of pixels.