Fixed two bugs.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6643 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-02-19 02:50:31 +00:00
parent dfa1093a41
commit 26021c2c52

View File

@ -27,12 +27,12 @@ class BScrollView : public BView {
virtual void Draw(BRect updateRect);
virtual void AttachedToWindow();
BScrollBar *ScrollBar(orientation posture);
BScrollBar *ScrollBar(orientation posture) const;
virtual void SetBorder(border_style border);
border_style Border() const;
virtual void SetBorderHighlighted(bool state);
virtual status_t SetBorderHighlighted(bool state);
bool IsBorderHighlighted() const;
void SetTarget(BView *target);