Searched refs:SetLabel (Results 76 - 100 of 193) sorted by relevance

12345678

/haiku/src/kits/tracker/
H A DAutoMounterSettings.cpp79 autoMountBox->SetLabel(B_TRANSLATE("Automatic disk mounting"));
100 bootMountBox->SetLabel(B_TRANSLATE("Disk mounting during boot"));
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp64 received->SetLabel(kLabelReceived);
80 sent->SetLabel(kLabelSent);
/haiku/src/preferences/notifications/
H A DGeneralView.cpp77 box->SetLabel(fNotificationBox);
349 fDurationSlider->SetLabel(label.String());
/haiku/src/apps/installer/
H A DInstallerWindow.cpp395 fBeginButton->SetLabel(B_TRANSLATE("Stop"));
500 fBeginButton->SetLabel(B_TRANSLATE("Quit"));
508 fBeginButton->SetLabel(B_TRANSLATE("Restart"));
766 fSrcMenuField->MenuItem()->SetLabel(label.String());
795 fDestMenuField->MenuItem()->SetLabel(label.String());
838 fBeginButton->SetLabel(B_TRANSLATE("Begin"));
850 fMakeBootableItem->SetLabel(label.String());
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp109 SetLabel(label);
115 SetLabel(name);
205 box->SetLabel(fSwapEnabledCheckBox);
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp109 fDitheringBox->SetLabel(fUseDitheringCB);
114 fInterlacedBox->SetLabel(fInterlacedCB);
144 fTransparentBox->SetLabel(fUseTransparentCB);
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp144 fMainView->SetLabel("The Drop Zone");
/haiku/headers/private/kernel/boot/
H A Dmenu.h60 void SetLabel(const char* label);
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp59 tab->SetLabel(B_TRANSLATE("Raw editor"));
/haiku/src/kits/shared/
H A DToolBar.cpp141 button->SetLabel(text);
/haiku/src/preferences/time/
H A DClockView.cpp63 showClockBox->SetLabel(fShowClock);
/haiku/src/apps/resedit/
H A DImageEditor.cpp76 fOK->SetLabel("OK");
/haiku/headers/private/interface/
H A DAbstractSpinner.h82 virtual void SetLabel(const char* label);
/haiku/src/apps/processcontroller/
H A DThreadBarMenuItem.cpp20 SetLabel(title);
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp154 fOkButton->SetLabel(B_TRANSLATE("Change"));
/haiku/headers/os/interface/
H A DMenuField.h63 virtual void SetLabel(const char* label);
/haiku/src/servers/debug/
H A DDebugWindow.cpp125 fOKButton->SetLabel(fAction == kActionDebugTeam
/haiku/src/kits/interface/
H A DMenuItem.cpp97 SetLabel(string);
196 BMenuItem::SetLabel(const char* string) function in class:BMenuItem
563 SetLabel(item->Label());
565 SetLabel(menu->Name());
H A DBox.cpp179 BBox::SetLabel(const char* string) function in class:BBox
194 BBox::SetLabel(BView* viewLabel) function in class:BBox
659 SetLabel(string);
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp870 m_runModeView->Menu()->Superitem()->SetLabel(B_TRANSLATE("(none)"));
873 m_timeSourceView->Menu()->Superitem()->SetLabel(B_TRANSLATE("(none)"));
999 m_startButton->SetLabel(B_TRANSLATE("Roll"));
1003 m_startButton->SetLabel(B_TRANSLATE("Start"));
1024 menu->Superitem()->SetLabel(B_TRANSLATE("(none)"));
1068 menu->Superitem()->SetLabel(B_TRANSLATE("(\?\?\?)"));
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp412 fIconBox->SetLabel(B_TRANSLATE("Icon"));
422 fRecognitionBox->SetLabel(B_TRANSLATE("File recognition"));
462 fDescriptionBox->SetLabel(B_TRANSLATE("Description"));
484 fPreferredBox->SetLabel(B_TRANSLATE("Preferred application"));
509 fAttributeBox->SetLabel(B_TRANSLATE("Extra attributes"));
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp572 fConnectButton->SetLabel(kLabelConnect);
576 fConnectButton->SetLabel(kLabelDisconnect);
811 fInterfaceMenu->Superitem()->SetLabel(kLabelCreateNew);
/haiku/src/apps/deskbar/
H A DPreferencesWindow.cpp147 appsSettingsBox->SetLabel(B_TRANSLATE("Applications"));
167 menuBox->SetLabel(B_TRANSLATE("Menu"));
193 windowSettingsBox->SetLabel(B_TRANSLATE("Window"));
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp630 fBottomButton->SetLabel(B_TRANSLATE("Remove"));
672 fTopButton->SetLabel(B_TRANSLATE("Restart"));
675 fBottomButton->SetLabel(B_TRANSLATE("Remove"));
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp189 SetLabel(label);
242 box->SetLabel(fChainsField);

Completed in 146 milliseconds

12345678