Searched refs:SetLabel (Results 101 - 125 of 193) sorted by path

12345678

/haiku/src/add-ons/translators/hvif/
H A DHVIFView.cpp105 fRenderSize->SetLabel(newLabel.String());
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp590 fMenu->Superitem()->SetLabel(i->Label());
/haiku/src/apps/bootmanager/
H A DWizardView.cpp94 fPrevious->SetLabel(text);
101 fNext->SetLabel(text);
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp380 fFontSizeSlider->SetLabel(displayName);
/haiku/src/apps/codycam/
H A DCodyCam.cpp629 fCaptureSetupBox->SetLabel(B_TRANSLATE("Capture controls"));
683 fFtpSetupBox->SetLabel(B_TRANSLATE("Output"));
703 fUploadClientSelector->SetLabel(B_TRANSLATE("Type:"));
/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/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1694 fRunButton->SetLabel("Debug");
1703 fRunButton->SetLabel("Run");
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp1028 item->SetLabel(windowName);
H A DTeamMenuItem.cpp508 SetLabel(name);
H A DTruncatableMenuItem.cpp121 TTruncatableMenuItem::SetLabel(const char* label) function in class:TTruncatableMenuItem
125 BMenuItem::SetLabel(label);
H A DWindowMenuItem.cpp91 // the Deskbar itself, then a truncated label is used in SetLabel()
287 SetLabel(name);
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp255 tab->SetLabel(B_TRANSLATE("IRQ"));
258 tab->SetLabel(B_TRANSLATE("DMA"));
261 tab->SetLabel(B_TRANSLATE("IO Range"));
264 tab->SetLabel(B_TRANSLATE("Memory Range"));
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1527 fNativeMenuItem->SetLabel(buffer);
1541 fSwappedMenuItem->SetLabel(buffer);
1569 item->SetLabel(buffer);
/haiku/src/apps/diskusage/
H A DPieView.cpp86 SetLabel(name);
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp154 fOkButton->SetLabel(B_TRANSLATE("Change"));
H A DCreateParametersPanel.cpp162 fOkButton->SetLabel(B_TRANSLATE("Create"));
H A DInitParametersPanel.cpp32 fOkButton->SetLabel(B_TRANSLATE("Format"));
/haiku/src/apps/expander/
H A DExpanderWindow.cpp333 fShowItem->SetLabel(fShowContents->Value() == B_CONTROL_OFF
667 fExpandButton->SetLabel(B_TRANSLATE("Stop"));
701 fExpandButton->SetLabel(B_TRANSLATE("Expand"));
806 fShowItem->SetLabel(B_TRANSLATE("Hide contents"));
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp403 fDesktopButton->SetLabel(desktopTextHaiku);
404 fInstallerButton->SetLabel(installTextHaiku);
408 fDesktopButton->SetLabel(desktopTextDebranded);
409 fInstallerButton->SetLabel(installTextDebranded);
415 fKeymapsMenuField->MenuItem()->SetLabel(B_TRANSLATE("Custom"));
502 item-> SetLabel(B_TRANSLATE_NOCOLLECT_ALL((ref.name),
/haiku/src/apps/fontdemo/
H A DControlView.cpp177 fFontsizeSlider->SetLabel(label);
190 fShearSlider->SetLabel(label);
203 fRotationSlider->SetLabel(label);
216 fSpacingSlider->SetLabel(label);
254 fOutlineSlider->SetLabel(label);
267 fCyclingFontButton->SetLabel(fCycleFonts ? \
395 fFontMenuField->MenuItem()->SetLabel(string.String());
506 fFontMenuField->MenuItem()->SetLabel(string.String());
550 fFontMenuField->MenuItem()->SetLabel(string.String());
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1312 fLogInItem->SetLabel(B_TRANSLATE("Switch account" B_UTF8_ELLIPSIS));
1314 fLogInItem->SetLabel(B_TRANSLATE("Log in" B_UTF8_ELLIPSIS));
1325 fUserMenu->Superitem()->SetLabel(label);
H A DPackageInfoView.cpp567 button->SetLabel(action->Title());
1179 TabAt(TAB_ABOUT)->SetLabel(B_TRANSLATE("About"));
1180 TabAt(TAB_RATINGS)->SetLabel(B_TRANSLATE("Ratings"));
1181 TabAt(TAB_CHANGELOG)->SetLabel(B_TRANSLATE("Changelog"));
1182 TabAt(TAB_CONTENTS)->SetLabel(B_TRANSLATE("Contents"));
H A DRatePackageWindow.cpp517 fSendButton->SetLabel(B_TRANSLATE("Update"));
H A DToLatestUserUsageConditionsWindow.cpp406 fConfirmMinimumAgeCheckBox->SetLabel(
H A DUserLoginWindow.cpp435 fSendButton->SetLabel(B_TRANSLATE("Log in"));
440 fSendButton->SetLabel(B_TRANSLATE("Create account"));
1015 fConfirmMinimumAgeCheckBox->SetLabel(
1019 fConfirmMinimumAgeCheckBox->SetLabel(PLACEHOLDER_TEXT);

Completed in 245 milliseconds

12345678