2 Copyright 1999, Be Incorporated. All Rights Reserved.
3 This file may be used under the terms of the Be Sample Code License.
13 class ResScroll
: public BScrollBar
{
15 ResScroll(BRect r
, const char* name
,
16 ObjectView
* target
, orientation posture
);
18 virtual void ValueChanged(float value
);
21 ObjectView
* fObjectView
;