Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/look/
H A DLook.cpp162 BGroupLayout* boxLayout = new BGroupLayout(B_VERTICAL, kInset); in add_status_bars() local
163 boxLayout->SetInsets(kInset, kInset + box->TopBorderOffset(), kInset, in add_status_bars()
165 box->SetLayout(boxLayout); in add_status_bars()
172 boxLayout->AddView(statusBar); in add_status_bars()
179 boxLayout->AddView(statusBar); in add_status_bars()
186 boxLayout->AddView(statusBar); in add_status_bars()
/haiku/docs/user/interface/
H A D_layout_intro.dox166 BGroupLayout *boxLayout = BLayoutBuilder::Group<>(B_HORIZONTAL)
170 box->AddChild(boxLayout->View());