Home
last modified time | relevance | path

Searched refs:fArrowStyleSingle (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp78 fArrowStyleSingle(NULL), in LookAndFeelSettingsView()
114 fArrowStyleSingle = new FakeScrollBar(true, false, in LookAndFeelSettingsView()
123 .Add(fArrowStyleSingle) in LookAndFeelSettingsView()
175 fArrowStyleSingle->SetTarget(this); in AttachedToWindow()
181 fArrowStyleSingle->SetValue(B_CONTROL_ON); in AttachedToWindow()
426 fArrowStyleSingle->SetValue(B_CONTROL_ON); in _SetDoubleScrollBarArrows()
H A DLookAndFeelSettingsView.h64 FakeScrollBar* fArrowStyleSingle; variable