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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user