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

/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp88 BBox* iconBox = new BBox("icon BBox"); local
89 iconBox->SetLabel(B_TRANSLATE("Icon"));
91 BLayoutBuilder::Group<>(iconBox, B_HORIZONTAL)
127 .Add(iconBox, 1, 1, 1, 1);
H A DApplicationTypeWindow.cpp375 BBox* iconBox = new BBox("IconBox"); local
376 iconBox->SetLabel(B_TRANSLATE("Icon"));
379 BLayoutBuilder::Group<>(iconBox, B_HORIZONTAL)
508 .Add(iconBox, 1)

Completed in 40 milliseconds