CtrlLib: RichTextView::ScrollInto

git-svn-id: svn://ultimatepp.org/upp/trunk@9555 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-03-03 14:37:32 +00:00
parent 90ed642187
commit d31f5448bc

View file

@ -66,6 +66,7 @@ public:
int GetSb() const { return sb; }
void SetSb(int i) { sb = i; }
void ScrollInto(int pos) { sb.ScrollInto(pos); }
int GetSbTotal() const { return sb.GetTotal(); }
Zoom GetZoom() const;
Rect GetPage() const;