More work on scrollbars. Some refactoring.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13402 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2005-07-02 14:08:33 +00:00
parent 169425459f
commit 0ee76eaf12
2 changed files with 27 additions and 34 deletions
+2 -2
View File
@@ -117,9 +117,9 @@ virtual void _ReservedScrollBar4();
void InitObject(float min, float max, orientation o, BView *t);
void DrawButtons();
void DrawButtons(BRect updateRect);
void DrawArrow(BPoint pos, int32 which, bool pressed = false);
void DrawButton(BRect frame, bool pressed = false);
void DrawButton(BRect frame, int32 arrowType, bool pressed = false);
bool DoubleArrows() const;