Home
last modified time | relevance | path

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

/haiku/src/preferences/input/
H A DInputTouchpadPrefView.cpp438 BGroupLayout* scrollPrefLayout = new BGroupLayout(B_HORIZONTAL); in SetupView() local
439 scrollPrefLayout->SetSpacing(spacing); in SetupView()
440 scrollPrefLayout->SetInsets( in SetupView()
442 scrollBox->SetLayout(scrollPrefLayout); in SetupView()
444 scrollPrefLayout->AddView(scrollPrefLeftLayout); in SetupView()
445 scrollPrefLayout->AddItem( in SetupView()
447 scrollPrefLayout->AddView(scrollPrefRightLayout); in SetupView()