Lines Matching refs:Label

759 	volumeField->SetDivider(volumeField->StringWidth(volumeField->Label()) + 8);
967 if (markedSubItem != NULL && markedSubItem->Label() != NULL) {
969 = menuField->StringWidth(markedSubItem->Label());
972 } else if (markedItem->Label() != NULL) {
973 float labelWidth = menuField->StringWidth(markedItem->Label());
980 if (item->Label() != NULL)
981 width = std::max(width, menuField->StringWidth(item->Label()));
987 if (subItem->Label() == NULL)
991 menuField->StringWidth(subItem->Label()));
1022 PopUpMenuSetTitle(fVolMenu, fVolMenu->ItemAt(0)->Label());
1044 PopUpMenuSetTitle(fVolMenu, fVolMenu->ItemAt(0)->Label());
1051 PopUpMenuSetTitle(fVolMenu, tmpItem->Label());
1084 item->Submenu()->FindMarked()->Label()), 1, index);
1097 stringView->SetText(selected->Label());
1134 PopUpMenuSetTitle(menu, menu->ItemAt(0)->Label());
1178 gMostUsedMimeTypes.AddName(item->Label());
1380 query->PushAttr(item->Label());
1551 name << item->Label() << ": ";
1710 fMimeTypeField->MenuItem()->SetLabel(item->Label());
1714 if (item == search || search->Label() == NULL)
1717 if (strcmp(item->Label(), search->Label()) == 0) {
1728 if (strcmp(item->Label(), sub->Label()) == 0) {
1764 if (subItem->Label() != NULL
1765 && strcmp(label, subItem->Label()) == 0) {
1772 if (item->Label() != NULL && strcmp(label, item->Label()) == 0) {
1813 && strcasecmp(previous->Label(), info->ShortDescription()) == 0) {
2252 if (strcmp(label, item->Label()) == 0) {
2268 BString label(item->Label());
2676 menu->FindMarked()->Submenu()->FindMarked()->Label());
2770 message->AddString("menuSelection", item ? item->Label() : "");
2779 label = item->Label();
2988 attrName << item->Label();
2998 attrName << " " << item->Label() << " ";