Searched refs:FakeScrollBar (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/appearance/
H A DFakeScrollBar.h16 class FakeScrollBar : public BControl { class in inherits:BControl
18 FakeScrollBar(bool drawArrows, bool doubleArrows,
20 ~FakeScrollBar(void);
H A DFakeScrollBar.cpp11 #include "FakeScrollBar.h"
31 FakeScrollBar::FakeScrollBar(bool drawArrows, bool doubleArrows, function in class:FakeScrollBar
34 BControl("FakeScrollBar", NULL, message, B_WILL_DRAW | B_NAVIGABLE),
43 FakeScrollBar::~FakeScrollBar(void)
49 FakeScrollBar::Draw(BRect updateRect)
127 FakeScrollBar::MouseDown(BPoint point)
134 FakeScrollBar::MouseMoved(BPoint point, uint32 transit,
142 FakeScrollBar
[all...]
H A DLookAndFeelSettingsView.h24 class FakeScrollBar;
64 FakeScrollBar* fArrowStyleSingle;
65 FakeScrollBar* fArrowStyleDouble;
H A DLookAndFeelSettingsView.cpp44 #include "FakeScrollBar.h"
114 fArrowStyleSingle = new FakeScrollBar(true, false,
116 fArrowStyleDouble = new FakeScrollBar(true, true,

Completed in 44 milliseconds