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

/haiku/src/kits/tracker/
H A DFindPanel.cpp1068 BLayoutItem* stringViewLayoutItem = fAttrGrid->ItemAt(1, index); local
1069 if (stringViewLayoutItem == NULL)
1082 if (stringViewLayoutItem == NULL) {
1083 stringViewLayoutItem = fAttrGrid->AddView(new BStringView("",
1085 stringViewLayoutItem->SetExplicitAlignment(BAlignment(B_ALIGN_RIGHT,
1089 if (stringViewLayoutItem != NULL) {
1091 = dynamic_cast<BStringView*>(stringViewLayoutItem->View());

Completed in 38 milliseconds