Searched refs:boxLayout (Results 1 – 2 of 2) sorted by relevance
162 BGroupLayout* boxLayout = new BGroupLayout(B_VERTICAL, kInset); in add_status_bars() local163 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()
166 BGroupLayout *boxLayout = BLayoutBuilder::Group<>(B_HORIZONTAL)170 box->AddChild(boxLayout->View());