Moved the BScrollView frame drawing entirely into BControlLook.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29661 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-03-23 11:19:31 +00:00
parent cda78e4f8e
commit 74bb70aef9
2 changed files with 75 additions and 4 deletions
+10 -1
View File
@@ -141,7 +141,16 @@ public:
const rgb_color& base, uint32 flags,
enum orientation orientation);
// TODO: Make virtual before R1 release
// TODO: Make all these virtual before R1 release
void DrawScrollViewFrame(BView* view,
BRect& rect, const BRect& updateRect,
BRect verticalScrollBarFrame,
BRect horizontalScrollBarFrame,
const rgb_color& base,
border_style border,
uint32 flags = 0,
uint32 borders = B_ALL_BORDERS);
void DrawArrowShape(BView* view,
BRect& rect, const BRect& updateRect,
const rgb_color& base, uint32 direction,