Searched refs:Label (Results 76 - 100 of 131) sorted by last modified time

123456

/haiku/src/apps/launchbox/
H A DLaunchButton.cpp269 if (Label() != NULL && Label()[0] != '\0') {
273 minWidth += StringWidth(Label()) + vPadding;
/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 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())));
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 DCheckBox.cpp127 be_control_look->DrawLabel(this, Label(), icon, labelRect, updateRect,
531 if (const char* label = Label()) {
H A DRadioButton.cpp113 be_control_look->DrawLabel(this, Label(), icon, labelRect, updateRect,
264 if (const char* label = Label()) {
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp66 fTextControl->SetDivider(fTextControl->StringWidth(fTextControl->Label()) + 5);
H A DPPPoEAddon.cpp240 fInterface->SetDivider(StringWidth(fInterface->Label()) + 5);
249 fServiceName->SetDivider(StringWidth(fServiceName->Label()) + 5);
290 fInterfaceName = item->Label();
H A DInterfaceUtils.cpp39 if(item && strcasecmp(name, item->Label()) <= 0)
H A DDialUpView.cpp219 settings.FindEntry(fCurrentItem->Label(), &entry);
221 profile.FindEntry(fCurrentItem->Label(), &entry);
302 name << fCurrentItem->Label();
306 name << fCurrentItem->Label();
373 settings->AddString("InterfaceName", fCurrentItem->Label());
403 settingsDirectory.CreateFile(fCurrentItem->Label(), &file);
408 profileDirectory.CreateFile(fCurrentItem->Label(), &file);
427 interface = fListener.Manager().InterfaceWithName(fCurrentItem->Label());
430 fCurrentItem->Label());
510 if(strcasecmp(info.info.name, fCurrentItem->Label()))
[all...]
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h101 const char* Label() const;
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp270 const char *resolutionLabel = fResolution->FindMarked()->Label();
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/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp270 SetString(fSetupMsg, "preview:paper_size", item->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());
H A DMethodMenuItem.cpp61 *width = be_plain_font->StringWidth(Label()) + MENUITEM_ICON_SIZE + 3;
H A DMethodMenuItem.h36 const char *Name() { return Label(); };
/haiku/src/apps/people/
H A DAttributeTextControl.cpp177 bounds.left = bounds.right - StringWidth(Label());
/haiku/headers/os/interface/
H A DBox.h41 const char* Label() const;
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp80 float width = max(StringWidth(fUsername->Label()),
81 StringWidth(fPassword->Label()));
/haiku/src/preferences/time/
H A DTZDisplay.cpp76 TTZDisplay::Label() const function in class:TTZDisplay
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp134 which_label(pb->Label(), strLabel);
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp117 label.Prepend(item->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());
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp407 label += item->Label();

Completed in 116 milliseconds

123456