Re: Mouse wheel customization

2000-06-07 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Nick V. Pakoulin) writes: | Thanks for hint, it is in BufferView_pimpl.C | | void BufferView::Pimpl::workAreaButtonPress(int xpos, int ypos, | unsigned int button) | | I found a magic number 100 there (line 548): what does it mean? |

Re: Mouse wheel customization

2000-06-07 Thread Nick V. Pakoulin
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > [EMAIL PROTECTED] (Nick V. Pakoulin) writes: > > | The question is: how i can change the amount of text, scrolled using mouse > | wheel? Now wheel scrolls one screen up/down, but i'd like to scroll > | 3-5 lines. > > This can only be changed

Re: Mouse wheel customization

2000-06-07 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Nick V. Pakoulin) writes: | The question is: how i can change the amount of text, scrolled using mouse | wheel? Now wheel scrolls one screen up/down, but i'd like to scroll | 3-5 lines. This can only be changed in the sources. BufferView.C or WorkArea.C Lgb

Mouse wheel customization

2000-06-07 Thread Nick V. Pakoulin
The question is: how i can change the amount of text, scrolled using mouse wheel? Now wheel scrolls one screen up/down, but i'd like to scroll 3-5 lines. I have lyx-1.1.15, emacs bindings. TIA, Nick.