Searched refs:doubleArrows (Results 1 - 6 of 6) sorted by relevance

/haiku/src/preferences/appearance/
H A DFakeScrollBar.h18 FakeScrollBar(bool drawArrows, bool doubleArrows,
31 void SetDoubleArrows(bool doubleArrows);
H A DLookAndFeelSettingsView.h51 void _SetDoubleScrollBarArrows(bool doubleArrows);
H A DFakeScrollBar.cpp31 FakeScrollBar::FakeScrollBar(bool drawArrows, bool doubleArrows, argument
36 fDoubleArrows(doubleArrows)
215 FakeScrollBar::SetDoubleArrows(bool doubleArrows) argument
217 fDoubleArrows = doubleArrows;
H A DLookAndFeelSettingsView.cpp412 LookAndFeelSettingsView::_SetDoubleScrollBarArrows(bool doubleArrows) argument
417 if (info.double_arrows == doubleArrows)
420 info.double_arrows = doubleArrows;
423 if (doubleArrows)
/haiku/src/servers/app/
H A DDesktopSettings.cpp272 bool doubleArrows; local
273 if (settings.FindBool("double arrows", &doubleArrows) == B_OK)
274 fScrollBarInfo.double_arrows = doubleArrows;
/haiku/src/kits/interface/
H A DScrollBar.cpp405 bool doubleArrows = _DoubleArrows(); local
427 if (doubleArrows) {
466 if (doubleArrows) {

Completed in 50 milliseconds