Searched refs:Label (Results 76 - 100 of 131) sorted by relevance

123456

/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp265 BMenuItem(tab->Label(), NULL);
587 fController->SetToolTip(overCloseRect ? "" : Label());
915 return tab->Label();
H A DTabView.cpp189 TabView::Label() const function in class:TabView
/haiku/src/preferences/network/
H A DNetworkWindow.cpp323 BString label(item->Label());
629 return listItem->Label();
633 return listItem->Label();
H A DNetworkSettingsAddOn.cpp125 BNetworkInterfaceListItem::Label() const function in class:BNetworkInterfaceListItem
/haiku/src/apps/mail/
H A DHeader.cpp212 if (Label() != NULL) {
221 be_control_look->DrawLabel(this, Label(), rect, updateRect,
617 return menuItem->Label();
/haiku/src/kits/interface/
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()) {
H A DButton.cpp163 be_control_look->DrawLabel(this, Label(), icon, rect, updateRect, base,
653 const char* label = Label();
H A DPopUpMenu.cpp293 BMenuItem* selectedItem = FindItem(superItem->Label());
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp129 return collator.Compare(a->Label(), b->Label());
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp355 float labelWidth = menu->StringWidth(Label());
359 menu->DrawString(Label(labelWidth + offset));
H A DCalendarMenuWindow.cpp58 const char* label = Label();
/haiku/headers/libs/print/libprint/
H A DPrinterCap.h23 const char* Label() const;
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp185 float divider = be_plain_font->StringWidth(fDefaultPartition->Label()) + 3;
/haiku/src/libs/print/libprint/
H A DPrinterCap.cpp22 BaseCap::Label() const function in class:BaseCap
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp226 UpdateStatus(STR_STATUS_DELETE_MENU, pItem->Label());
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp106 "has wrong type!\n", capabilities[i]->Label());
/haiku/headers/os/interface/
H A DTabView.h33 const char* Label() const;
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp1053 menu->ItemAt(n)->Label()));
1221 menu->ItemAt(n)->Label());
1248 m_runModeView->Label());
1251 m_timeSourceView->Label());
1256 // m_regionStartView->Label());
1261 // m_regionEndView->Label());
/haiku/src/apps/charactermap/
H A DCharacterView.cpp317 float charWidth = menu->StringWidth(Label());
325 menu->DrawString(Label(), BPoint(box.left, box.bottom));
H A DCharacterWindow.cpp375 _SetFont(item->Menu()->Name(), item->Label());
378 displayName << item->Menu()->Name() << " " << item->Label();
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp390 // Label
392 PopupSlider::Label() const function in class:PopupSlider
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp270 SetString(fSetupMsg, "preview:paper_size", item->Label());
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp153 fName->SetText(item->Label());
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp213 fCurrentFont.SetFamilyAndStyle(family, item->Label());

Completed in 280 milliseconds

123456