riched20: Implement ITextRange::ScrollIntoView.
commit20323e3f119e95811e773de68ca413447032b0df
authorAdam Buchbinder <abuchbinder@google.com>
Thu, 24 Mar 2016 21:35:09 +0000 (24 14:35 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Mar 2016 10:31:35 +0000 (29 19:31 +0900)
tree4c9d7d8aa9d8555c3e165b03ed32736f1b0584f9
parent512c686be9b3eb952a8d6e49abae032f335bc1b8
riched20: Implement ITextRange::ScrollIntoView.

This only implements bStart = tomStart, but that seems like the most
common use case.

Signed-off-by: Adam Buchbinder <abuchbinder@google.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/riched20/caret.c
dlls/riched20/editor.h
dlls/riched20/richole.c
dlls/riched20/tests/richole.c