Home
last modified time | relevance | path

Searched refs:FakeScrollBar (Results 1 – 5 of 5) sorted by relevance

/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp31 FakeScrollBar::FakeScrollBar(bool drawArrows, bool doubleArrows, in FakeScrollBar() function in FakeScrollBar
43 FakeScrollBar::~FakeScrollBar(void) in ~FakeScrollBar()
49 FakeScrollBar::Draw(BRect updateRect) in Draw()
127 FakeScrollBar::MouseDown(BPoint point) in MouseDown()
134 FakeScrollBar::MouseMoved(BPoint point, uint32 transit, in MouseMoved()
142 FakeScrollBar::MouseUp(BPoint point) in MouseUp()
154 FakeScrollBar::SetValue(int32 value) in SetValue()
188 FakeScrollBar* scrollbar = dynamic_cast<FakeScrollBar*>(child); in SetValue()
197 scrollbar = dynamic_cast<FakeScrollBar*>(box->LabelView()); in SetValue()
215 FakeScrollBar::SetDoubleArrows(bool doubleArrows) in SetDoubleArrows()
[all …]
H A DFakeScrollBar.h16 class FakeScrollBar : public BControl {
18 FakeScrollBar(bool drawArrows, bool doubleArrows,
20 ~FakeScrollBar(void);
H A DLookAndFeelSettingsView.h24 class FakeScrollBar; variable
64 FakeScrollBar* fArrowStyleSingle;
65 FakeScrollBar* fArrowStyleDouble;
H A DJamfile11 FakeScrollBar.cpp
H A DLookAndFeelSettingsView.cpp114 fArrowStyleSingle = new FakeScrollBar(true, false, in LookAndFeelSettingsView()
116 fArrowStyleDouble = new FakeScrollBar(true, true, in LookAndFeelSettingsView()