Partial scroll bar implementation

This commit is contained in:
elasota
2020-03-10 01:35:42 -04:00
parent 699c3cf13c
commit ed7f8783c0
6 changed files with 271 additions and 8 deletions

View File

@@ -74,6 +74,8 @@ namespace PortabilityLayer
virtual bool HandlesTickEvents() const;
virtual Rect GetExpandedRect() const;
virtual int ResolvePart(const Point &point) const;
const Rect &GetRect() const;
Window *GetWindow() const;