Searched refs:Label (Results 26 - 50 of 131) sorted by relevance

123456

/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp42 printf(item->Label());
56 printf(subItem != NULL ? subItem->Label() : "None");
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp176 textControl->SetDivider(textControl->StringWidth(textControl->Label()) + 8);
181 textControl->SetDivider(textControl->StringWidth(textControl->Label()) + 8);
/haiku/src/preferences/input/
H A DInputDeviceView.cpp129 renderer.SetTitle(Label());
141 renderer.SetTitle(Label());
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h77 const char* Label() const;
/haiku/src/add-ons/network_settings/dialup/
H A DInterfaceUtils.cpp39 if(item && strcasecmp(name, item->Label()) <= 0)
H A DPPPoEAddon.cpp240 fInterface->SetDivider(StringWidth(fInterface->Label()) + 5);
249 fServiceName->SetDivider(StringWidth(fServiceName->Label()) + 5);
290 fInterfaceName = item->Label();
/haiku/src/apps/webpositive/tabview/
H A DTabView.h48 const BString& Label() const;
/haiku/src/apps/pulse/
H A DCPUButton.cpp70 fCPU = atoi(Label()) - 1;
170 int label_width = (int)font.StringWidth(Label());
182 DrawString(Label());
/haiku/src/kits/interface/
H A DSlider.cpp984 if (Label() != NULL) {
985 be_control_look->DrawLabel(view, Label(), base, flags,
1011 if (Label() != NULL) {
1012 be_control_look->DrawLabel(view, Label(), base, flags,
1013 BPoint((bounds.Width() - StringWidth(Label())) / 2.0,
1118 frame.top = 6.0 + (Label() || fUpdateText ? textHeight + 4.0 : 0.0);
1124 if (Label() != NULL)
1129 if (Label())
1184 frame.top = 2 + (Label() || fUpdateText ? textHeight + 4 : 0);
1199 frame.top = 3 + fBarThickness + (Label()
[all...]
H A DMenuItem.cpp155 status = data->AddString("_label", Label());
255 const char* pos = strchr(Label(), toupper(trigger));
260 pos = strchr(Label(), trigger);
264 fTriggerIndex = UTF8CountChars(Label(), pos - Label());
306 BMenuItem::Label() const function in class:BMenuItem
563 SetLabel(item->Label());
H A DTextControl.cpp210 _InitData(Label(), archive);
373 if (Label() != NULL) {
385 be_control_look->DrawLabel(this, Label(), rect, updateRect,
725 if (Label() == NULL && !(Flags() & B_SUPPORTS_LAYOUT)) {
744 const char* label = Label();
1230 const char* label = Label();
1344 if (!fParent->Label())
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp588 capability->Label());
595 BCheckBox* checkBox = new BCheckBox(name.String(), capability->Label(),
620 capability->Label());
624 const char* label = capability->Label();
660 capability->Label());
664 const char* label = capability->Label();
869 const char *label = fColorType->FindMarked()->Label();
882 const char *label = fDitherType->FindMarked()->Label();
907 const char *label = fPaperFeed->FindMarked()->Label();
945 fNup->FindMarked()->Label(),
[all...]
/haiku/src/apps/switcher/
H A DLaunchButton.cpp227 if (Label() != NULL && Label()[0] != '\0') {
231 minWidth += StringWidth(Label()) + vPadding;
/haiku/src/libs/linprog/
H A DVariable.cpp146 Variable::Label() function in class:Variable
H A DConstraint.cpp48 fLabel(constraint->Label())
299 Constraint::Label() function in class:Constraint
/haiku/headers/os/interface/
H A DControl.h57 const char* Label() const;
H A DBox.h41 const char* Label() const;
H A DStatusBar.h76 const char* Label() const;
H A DMenuItem.h41 const char* Label() const;
/haiku/src/preferences/time/
H A DTZDisplay.cpp76 TTZDisplay::Label() const function in class:TTZDisplay
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp117 label.Prepend(item->Label());
/haiku/src/apps/people/
H A DAttributeTextControl.cpp177 bounds.left = bounds.right - StringWidth(Label());
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h101 const char* Label() const;
/haiku/src/add-ons/translators/png/
H A DPNGView.cpp67 menuField->SetDivider(menuField->StringWidth(menuField->Label()) + 7.0f);
/haiku/src/apps/fontdemo/
H A DControlView.cpp294 const_cast<char*>(currentFamilyItem->Label()));
319 if (msg->AddString("_style", newstyleitem->Label()) != B_OK
320 || msg->AddString("_family", newFontFamilyItem->Label()) != B_OK) {
325 installedStyles, newFontFamilyItem->Label(),
326 newstyleitem->Label());

Completed in 126 milliseconds

123456