mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
CtrlLib: RichTextView::ScrollInto
git-svn-id: svn://ultimatepp.org/upp/trunk@9555 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
90ed642187
commit
d31f5448bc
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ public:
|
||||||
|
|
||||||
int GetSb() const { return sb; }
|
int GetSb() const { return sb; }
|
||||||
void SetSb(int i) { sb = i; }
|
void SetSb(int i) { sb = i; }
|
||||||
|
void ScrollInto(int pos) { sb.ScrollInto(pos); }
|
||||||
int GetSbTotal() const { return sb.GetTotal(); }
|
int GetSbTotal() const { return sb.GetTotal(); }
|
||||||
Zoom GetZoom() const;
|
Zoom GetZoom() const;
|
||||||
Rect GetPage() const;
|
Rect GetPage() const;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue