Fixed two bugs.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6643 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dfa1093a41
commit
26021c2c52
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user