ScrollCorner
ScrollCorner::ScrollCorner(ScrollView* scrollView)
ScrollCorner::~ScrollCorner()
ScrollCorner::MouseDown(BPoint point)
ScrollCorner::MouseUp(BPoint point)
ScrollCorner::MouseMoved(BPoint point, uint32 transit, const BMessage* message)
ScrollCorner::Draw(BRect updateRect)
ScrollCorner::WindowActivated(bool active)
ScrollCorner::SetActive(bool active)
ScrollCorner::SetDragging(bool dragging)
fScrollCorner = new ScrollCorner(this);
ScrollCorner(ScrollView* scrollView);
virtual ~ScrollCorner();
ScrollCorner* fScrollCorner; // scroll corner
friend class ScrollCorner;
class ScrollCorner;