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

/haiku/src/tests/kits/interface/look/
H A DLook.cpp162 BGroupLayout* boxLayout = new BGroupLayout(B_VERTICAL, kInset); local
163 boxLayout->SetInsets(kInset, kInset + box->TopBorderOffset(), kInset,
165 box->SetLayout(boxLayout);
172 boxLayout->AddView(statusBar);
179 boxLayout->AddView(statusBar);
186 boxLayout->AddView(statusBar);

Completed in 81 milliseconds