Searched refs:Label (Results 51 - 75 of 131) sorted by relevance

123456

/haiku/src/kits/interface/
H A DTabView.cpp122 BTab::Label() const function in class:BTab
242 float width = owner->StringWidth(Label());
310 be_control_look->DrawLabel(owner, Label(), frame, frame,
1006 x += StringWidth(TabAt(i)->Label()) + padding;
1012 offset + x + StringWidth(TabAt(index)->Label()) + padding,
1016 offset + x + StringWidth(TabAt(index)->Label()) + padding,
1020 + StringWidth(TabAt(index)->Label()) + padding);
1024 + StringWidth(TabAt(index)->Label()) + padding);
1033 float tabWidth = StringWidth(TabAt(i)->Label()) + padding;
H A DMenuField.cpp329 if (ret == B_OK && Label())
330 ret = data->AddString("_label", Label());
591 if (newHeight != fLayoutData->previous_height && Label()) {
643 BMenuField::Label() const function in class:BMenuField
1054 const char* label = Label();
1334 const char* label = Label();
1473 if (fParent->Label() == NULL)
H A DAbstractSpinner.cpp116 "Label",
124 "Label",
701 if (fParent->Label() == NULL)
1091 const char* label = Label();
1427 const char* label = Label();
1491 if (Label() != NULL) {
1492 fDivider = StringWidth(Label())
1627 if (Label() != NULL) {
1628 fLayoutData->label_width = StringWidth(Label());
H A DChannelSlider.cpp247 if (Label()) {
248 float labelWidth = StringWidth(Label());
249 DrawString(Label(), BPoint((bounds.Width() - labelWidth) / 2.0,
452 *width = max_c(*width, ceilf(StringWidth(Label())));
459 *width = max_c(64.0, ceilf(StringWidth(Label())));
/haiku/src/system/boot/loader/
H A Dmenu.cpp97 fMenu->SetChoiceText(Label());
298 if (item->Label() != NULL && !strcmp(item->Label(), label))
556 && _path.Append(Label());
559 return _path.SetTo(Label());
586 return strcasecmp(item1->Label(), item2->Label()) < 0;
793 snprintf(nameBuffer, sizeof(nameBuffer), "%s (%s)", Label(),
799 fStateChoiceText != NULL ? fStateChoiceText : Label());
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp269 if (Label() != NULL && Label()[0] != '\0') {
273 minWidth += StringWidth(Label()) + vPadding;
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp116 fFile->SetDivider(be_plain_font->StringWidth(fFile->Label()) + 5);
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp165 type = item->Label();
/haiku/headers/private/kernel/boot/
H A Dmenu.h59 const char* Label() const { return fLabel; } function in class:MenuItem
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp134 which_label(pb->Label(), strLabel);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp66 fTextControl->SetDivider(fTextControl->StringWidth(fTextControl->Label()) + 5);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp141 button = new LabelRadioButton("Label string", "");
146 button = new LabelRadioButton("Label view", NULL, true);
253 ? "Quite Long Label for a BBox"
254 : "Label");
259 } else if (fBox->Label())
/haiku/src/apps/haikudepot/ui/
H A DFilterView.cpp46 = be_plain_font->StringWidth(fSearchTermsText->Label())
/haiku/src/preferences/input/
H A DInputWindow.cpp122 if (item != NULL && item->Label() == name) {
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp107 size_t length = strlen(item->Label()) + 1;
122 printf(item->Label());
585 int32 promptLength = strlen(item->Label()) + 2;
599 printf(item->Label());
/haiku/headers/os/interface/
H A DMenuField.h64 const char* Label() const;
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp134 && strcasecmp(item->Label(), wInfo->name) > 0) {
H A DExpandoMenuBar.cpp369 || strcasecmp(item->TruncatedLabel(), item->Label()) > 0) {
370 SetToolTip(item->Label());
646 if (teamItem != NULL && collator.Compare(teamItem->Label(), name)
1005 BString teamPrefix(teamItem->Label());
1009 teamSuffix.Append(teamItem->Label());
1026 if (strcasecmp(item->Label(), windowName)
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp80 float width = max(StringWidth(fUsername->Label()),
81 StringWidth(fPassword->Label()));
/haiku/src/servers/input/
H A DMethodReplicant.cpp294 item2 = new MethodMenuItem(cookie, item->Label(), item->Icon(),
297 item2 = new MethodMenuItem(cookie, item->Label(), item->Icon());
/haiku/src/apps/diskusage/
H A DControlsView.cpp88 BString label = Label();
169 float tabLabelWidth = StringWidth(TabAt(i)->Label());
/haiku/src/preferences/network/
H A DInterfaceView.cpp242 if (count > 0 && strcmp(menu->ItemAt(0)->Label(),
252 if (menu->CountItems() > 0 && strcmp(menu->ItemAt(0)->Label(),
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp287 font.SetFamilyAndStyle(item->Label(), NULL);
436 const char* trigger = item->Label();
449 const char* trigger = item->Label();
462 const char* trigger = item->Label();
475 const char* trigger = item->Label();
488 const char* trigger = item->Label();
/haiku/src/kits/tracker/
H A DNavMenu.cpp707 ASSERT(item->Label() != NULL);
726 return strcasecmp(i1->Label(), i2->Label());
735 return strcasecmp(i1->Label(), i2->Label());
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp284 fDrawingModeMF->Label()) + 10.0);
299 float mWidth = fDrawingModeMF->StringWidth(fDrawingModeMF->Label());
300 float aWidth = fAlphaTC->StringWidth(fAlphaTC->Label());

Completed in 171 milliseconds

123456