Searched refs:Label (Results 101 - 125 of 131) sorted by relevance

123456

/haiku/src/apps/pulse/
H A DConfigView.cpp144 fIconWidthControl->Label()) + 5.0f);
/haiku/src/apps/people/
H A DPersonView.cpp238 if (strcmp(text, item->Label()) < 0)
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp168 fCurrentFont.SetFamilyAndStyle(family, styleItem->Label());
/haiku/src/apps/codycam/
H A DCodyCam.cpp854 fImageFormatSettings->ValueChanged(fImageFormatMenu->FindMarked()->Label());
855 fCaptureRateSetting->ValueChanged(fCaptureRateMenu->FindMarked()->Label());
857 fUploadClientMenu->FindMarked()->Label());
/haiku/src/kits/shared/
H A DIconButton.cpp236 if (Label() != NULL && Label()[0] != '\0') {
240 minWidth += StringWidth(Label()) + vPadding;
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp289 fTextControl->SetDivider(StringWidth(fTextControl->Label()) + 8);
380 fTextControl->SetDivider(StringWidth(fTextControl->Label()) + 8);
764 menuField->SetDivider(StringWidth(menuField->Label()) + 8);
/haiku/src/kits/tracker/
H A DUtilities.cpp867 BString truncatedLabel(Label());
1365 return strcasecmp(item1->Label(), item2->Label());
H A DFilePanelPriv.cpp1174 float old_width = button->StringWidth(button->Label());
1191 float old_width = button->StringWidth(button->Label());
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp407 label += item->Label();
/haiku/src/kits/interface/
H A DControl.cpp34 "Label",
212 if (strcmp(property, "Label") == 0) {
336 BControl::Label() const function in class:BControl
H A DMenu.cpp151 { "Label", { B_GET_PROPERTY, 0 },
157 { "Label", { B_SET_PROPERTY, 0 },
997 if (item->Label() && strcmp(item->Label(), label) == 0)
1714 case 2: // Label: GET
1715 case 3: // Label: SET
1908 case 2: // Label: GET
1910 err = replyMsg.AddString("result", item->Label());
1912 case 3: // Label: SET
3035 Superitem()->SetLabel(item->Label());
[all...]
H A DBox.cpp214 BBox::Label() const function in class:BBox
H A DStatusBar.cpp604 BStatusBar::Label() const function in class:BStatusBar
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp270 const char *resolutionLabel = fResolution->FindMarked()->Label();
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp132 inboundProtocolName = item->Label();
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp379 fontFamily = item->Label();
398 fontStyle = item->Label();
403 fontFamily = super_item->Label();
/haiku/src/apps/terminal/
H A DTermWindow.cpp697 if (strcmp(item->Label(), size) == 0)
930 if (strcmp(item->Label(), size) == 0)
1170 if (atoi(item->Label()) == size)
H A DThemeView.cpp474 if (strcmp(item->Label(), currentSchemeName) == 0) {
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1147 int c = (BString(image->Label()).ICompare(BString(item->Label())));
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp590 fMenu->Superitem()->SetLabel(i->Label());
/haiku/src/apps/mail/
H A DPrefs.cpp476 text->Insert(item->Label(), 2);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp1149 DrawString(Label(), BPoint(3, Bounds().Height() - fontHeight.descent));
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2255 BString baseURLLabel = baseURL(BString(newItem->Label()));
2258 BString label = item->Label();
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1505 BString label = source->Label();
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp528 popup->SetDivider(popup->StringWidth(popup->Label()) + 4.0f);
559 popup->SetDivider(popup->StringWidth(popup->Label()) + 4.0f);
630 popup->SetDivider(popup->StringWidth(popup->Label()) + 4.0f);

Completed in 251 milliseconds

123456