FakeScrollBar
FakeScrollBar::MouseDown(BPoint point)
FakeScrollBar::MouseMoved(BPoint point, uint32 transit,
FakeScrollBar::MouseUp(BPoint point)
FakeScrollBar::SetValue(int32 value)
FakeScrollBar* scrollbar = dynamic_cast<FakeScrollBar*>(child);
scrollbar = dynamic_cast<FakeScrollBar*>(box->LabelView());
FakeScrollBar::SetDoubleArrows(bool doubleArrows)
FakeScrollBar::SetKnobStyle(uint32 knobStyle)
FakeScrollBar::SetFromScrollBarInfo(const scroll_bar_info &info)
FakeScrollBar::_DrawArrowButton(int32 direction, BRect rect,
FakeScrollBar::FakeScrollBar(bool drawArrows, bool doubleArrows,
FakeScrollBar::~FakeScrollBar(void)
FakeScrollBar::Draw(BRect updateRect)
class FakeScrollBar : public BControl {
FakeScrollBar(bool drawArrows, bool doubleArrows,
~FakeScrollBar(void);
fArrowStyleSingle = new FakeScrollBar(true, false,
fArrowStyleDouble = new FakeScrollBar(true, true,
class FakeScrollBar;
FakeScrollBar* fArrowStyleSingle;
FakeScrollBar* fArrowStyleDouble;